diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 1d793ec34..38045bb1c 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,10 @@ +2000-10-09 Werner Koch <[email protected]> + + * arcfour.c, arcfour.h: New. + * cipher.c (cipher_encrypt, cipher_decrypt): Add stream mode. + (setup_cipher_table): Add Arcfour. + (gcry_cipher_open): Kludge to allow stream mode. + Wed Oct 4 13:16:18 CEST 2000 Werner Koch <[email protected]> * sha1.c (transform): Use rol() macro. Actually this is not needed |