CVS update: gnupg/cipher
Werner Koch
wkoch@guug.de
Wed, 4 Oct 2000 13:16:12 +0200
Date: Wednesday October 4, 2000 @ 13:16
Author: wkoch
Update of /home/koch/cvs/gnupg/cipher
In directory sigtrap:/tmp/cvs-serv11210/cipher
Modified Files:
ChangeLog Makefile.am cipher.c md.c random.h rsa.c sha1.c
Log Message:
Wed Oct 4 13:16:18 CEST 2000 Werner Koch <wk@openit.de>
* sha1.c (transform): Use rol() macro. Actually this is not needed
for a newer gcc but there are still aoter compilers.
* rsa.c (test_keys): Use new random function.
* md.c (gcry_md_setkey): New function to overcome problems with
const conflics.
(gcry_md_ctl): Pass set key to the new functions.
* rijndael.c: New.
* cipher.c: Add Rijndael support.
File: ChangeLog Status: Up-to-date
File: Makefile.am Status: Up-to-date
File: cipher.c Status: Up-to-date
File: md.c Status: Up-to-date
File: random.h Status: Up-to-date
File: rsa.c Status: Up-to-date
File: no file sha1.c Status: Needs Checkout