Rev: src/nettle/ChangeLog:1.5
Rev: src/nettle/serpent.h:1.2
+2001-06-15 Niels Möller <nisse@ehand.com>
+
+ * Makefile.am (libnettle_a_SOURCES): Added blowfish files.
+
+ * testsuite/blowfish-test.m4: Added one test, from GNUPG.
+
+ * Created blowfish.c and blowfish.h (from GNUPG via LSH). Needs
+ more work.
+
+ * aes.h: Fixed copyright notice to not mention GNU MP. XXX: Review
+ all nettle copyrights.
+
+ * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and
+ blowfish.
+
2001-06-13 Niels Möller <nisse@ehand.com>
* Makefile.am (libnettle_a_SOURCES): Added serpent files.
unsigned length, const uint8_t *key);
void
-serpent_encrypt(struct aes_ctx *ctx,
+serpent_encrypt(struct serpent_ctx *ctx,
unsigned length, uint8_t *dst,
const uint8_t *src);
void
-serpent_decrypt(struct aes_ctx *ctx,
+serpent_decrypt(struct serpent_ctx *ctx,
unsigned length, uint8_t *dst,
const uint8_t *src);