libgcrypt/cipher (ChangeLog cipher.c)

cvs user mo cvs@cvs.gnupg.org
Mon, 31 Mar 2003 02:16:28 +0200


    Date: Monday, March 31, 2003 @ 02:16:18
  Author: mo
    Path: /cvs/gnupg/libgcrypt/cipher

Modified: ChangeLog cipher.c

2003-03-31  Moritz Schulte  <moritz@g10code.com>

	* cipher.c (do_ctr_decrypt): Made do_ctr_encrypt act as a wrapper
	for do_ctr_encrypt, since these functions are identical.

2003-03-30  Simon Josefsson  <jas@extundo.com>

	* cipher.c (struct gcry_cipher_handle): Add counter field.
	(gcry_cipher_open): Add CTR.
	(cipher_reset): Clear counter field.
	(do_ctr_encrypt, do_ctr_decrypt): New functions.
	(cipher_encrypt, cipher_decrypt): Call CTR functions.
	(gcry_cipher_ctl): Add SET_CTR to set counter.


-----------+
 ChangeLog |   14 ++++++++++++++
 cipher.c  |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)