Rev: nettle/ChangeLog:1.152
2011-02-14 Niels Möller <nisse@lysator.liu.se>
+ * nettle-internal.c (des_set_key_hack): Don't touch the bits
+ parity, since thay are now ignored.
+ (des3_set_key_hack): Likewise.
+
+ * cast128-meta.c (nettle_cast128): Don't pass keysize.
+ * nettle-meta.h (_NETTLE_CIPHER_FIX): Deleted keysize parameter
+ derived from the appropriate constant instead.
+
* testsuite/gcm-test.c (test_gcm_aes): Updated for gcm_aes_auth to
gcm_aes_update renaming.