werner committed to libgcrypt/cipher
cvs@cvs.gnupg.org
cvs@cvs.gnupg.org
Thu, 02 May 2002 16:09:27 +0200
Date: Thursday May 2, 2002 @ 16:09
Author: werner
Update of /cvs/gnupg/libgcrypt/cipher
In directory trithemius:/tmp/cvs-serv2574
Modified Files:
ChangeLog Makefile.am cipher.c des.c md.c md5.c primegen.c
random.c rijndael.c sha1.c tiger.c
Removed Files:
smallprime.c
Log Message:
* random.c (_gcry_fast_random_poll): Initialize the module so the
mutex can be used.
* primegen.c (small_prime_numbers): Moved table from smallprime.c
* smallprime.c: Fiel removed.
* des.c (leftkey_swap, rightkey_swap, working_memcmp): Made static.
* cipher.c (gcry_cipher_map_name): Map "RIJNDAEL" to "AES".
* rijndael.c (rijndael_get_info): We do only support a 128 bit
blocksize so it makes sense to change the algorithm strings to
AES.
* tiger.c (tiger_final): Removed superfluous token pasting operators.
* md5.c (md5_final): Ditto.
File: ChangeLog Status: Up-to-date
File: Makefile.am Status: Up-to-date
File: cipher.c Status: Up-to-date
File: des.c Status: Up-to-date
File: md.c Status: Up-to-date
File: no file md5.c Status: Needs Checkout
File: primegen.c Status: Up-to-date
File: random.c Status: Up-to-date
File: no file rijndael.c Status: Needs Checkout
File: no file sha1.c Status: Needs Checkout
File: no file tiger.c Status: Needs Checkout
File: no file smallprime.c Status: Up-to-date