libgcrypt/cipher (19 files)

cvs user mo cvs@cvs.gnupg.org
Tue, 17 Jun 2003 19:38:49 +0200


    Date: Tuesday, June 17, 2003 @ 19:38:49
  Author: mo
    Path: /cvs/gnupg/libgcrypt/cipher

Modified: ChangeLog Makefile.am blowfish.c cipher.c dsa.c elgamal.c md.c
          md4.c md5.c primegen.c pubkey.c random.c random.h rmd160.c rsa.c
          sha1.c sha256.c sha512.c tiger.c

2003-06-17  Moritz Schulte  <moritz@g10code.com>

	* md.c (md_open): Use _gcry_fast_random_poll instead of
	fast_random_poll.
	* cipher.c (gcry_cipher_open): Likewise.

	* random.h (fast_random_poll): Removed macro.

	* blowfish.c, md4.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c,
	tiger.c: Use Autoconf's WORDS_BIGENDIAN instead of our own
	BIG_ENDIAN_HOST.

2003-06-16  Moritz Schulte  <moritz@g10code.com>

	* random.c (getfnc_gather_random): Do not special-case
	USE_ALL_RANDOM_MODULES, make it the default.

	* dsa.c: Replace last occurences of old type names with newer
	names (i.e. replace MPI with gcry_mpi_t).
	* elgamal.c: Likewise.
	* primegen.c: Likewise.
	* pubkey.c: Likewise.
	* rsa.c: Likewise.


-------------+
 ChangeLog   |    1 
 Makefile.am |   21 +++++++++++
 blowfish.c  |    6 +--
 cipher.c    |    4 +-
 dsa.c       |   82 ++++++++++++++++++++++-----------------------
 elgamal.c   |  104 +++++++++++++++++++++++++++++-----------------------------
 md.c        |    4 +-
 md4.c       |    4 +-
 md5.c       |    4 +-
 primegen.c  |   70 +++++++++++++++++++--------------------
 pubkey.c    |   66 ++++++++++++++++++------------------
 random.c    |   29 +---------------
 random.h    |    3 -
 rmd160.c    |    4 +-
 rsa.c       |   94 ++++++++++++++++++++++++++--------------------------
 sha1.c      |    4 +-
 sha256.c    |    4 +-
 sha512.c    |    4 +-
 tiger.c     |    4 +-
 19 files changed, 254 insertions(+), 258 deletions(-)