Rev: src/nettle/ChangeLog:1.56
Rev: src/nettle/hmac.c:1.3
Rev: src/nettle/hmac.h:1.4
+2002-01-15 Niels Möller <nisse@cuckoo.hack.org>
+
+ * hmac-sha1.c: New file.
+
2002-01-14 Niels Möller <nisse@cuckoo.hack.org>
+ * configure.in: Bumped version to 1.1.
+
* testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases.
* rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.
/* hmac.c
*
- * HMAC message authentication code.
+ * HMAC message authentication code (RFC-2104).
*/
/* nettle, low-level cryptographics library
/* hmac.h
*
- * HMAC message authentication code.
+ * HMAC message authentication code (RFC-2104).
*/
/* nettle, low-level cryptographics library