cryb-to/lib/mac
Dag-Erling Smørgrav 5bb81214cc Instead of storing the key in the hmac_sha1_ctx so we can compute the
output pad in hmac_sha1_final(), prepare a sha1 context in advance and
discard the key as early as possible.
Inspired by Colin Percival's HMAC-SHA-256 implementation.
2014-07-11 10:28:55 +00:00
..
hmac_sha1.c Instead of storing the key in the hmac_sha1_ctx so we can compute the 2014-07-11 10:28:55 +00:00
Makefile.am Rename the HMAC-SHA1 code. 2014-07-10 23:57:47 +00:00