Skip to content
Snippets Groups Projects
Commit be506f99 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.5
Rev: src/nettle/serpent.h:1.2
parent 6c1a32bb
Branches
Tags
No related merge requests found
2001-06-15 Niels Mller <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 Mller <nisse@ehand.com>
* Makefile.am (libnettle_a_SOURCES): Added serpent files.
......
......@@ -57,11 +57,11 @@ serpent_set_key(struct serpent_ctx *ctx,
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment