2002-01-14 Niels Möller <nisse@cuckoo.hack.org>
+ * testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases.
+
+ * rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.
+
+ * rsa.h (struct rsa_private_key): Reintroduced d attribute, to be
+ used only for key generation output.
+ (rsa_generate_keypair): Wrote a prototype.
+
+ * Makefile.am (libnettle_a_SOURCES): Added hmac-sha1.c and
+ nettle-internal.h.
+
* des.c: Use static const for all tables.
(des_set_key): Use a new const * variable for the parity
procesing, for constness reasons.