cryb-to/lib/mac
Dag-Erling Smørgrav 6aa7f9a0e6 Implement HMAC-SHA{256,384,512} and add unit tests. Remove pre-existing
HMAC implementations from the libcperciva and XySSL code.
2014-07-11 13:01:32 +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
hmac_sha256.c Implement HMAC-SHA{256,384,512} and add unit tests. Remove pre-existing 2014-07-11 13:01:32 +00:00
hmac_sha384.c Implement HMAC-SHA{256,384,512} and add unit tests. Remove pre-existing 2014-07-11 13:01:32 +00:00
hmac_sha512.c Implement HMAC-SHA{256,384,512} and add unit tests. Remove pre-existing 2014-07-11 13:01:32 +00:00
Makefile.am Implement HMAC-SHA{256,384,512} and add unit tests. Remove pre-existing 2014-07-11 13:01:32 +00:00