libgcrypt/doc (ChangeLog gcrypt.texi)

cvs user mo cvs at cvs.gnupg.org
Sat Mar 19 19:42:47 CET 2005


    Date: Saturday, March 19, 2005 @ 19:56:32
  Author: mo
    Path: /cvs/libgcrypt/libgcrypt/doc

Modified: ChangeLog gcrypt.texi

2005-03-19  Moritz Schulte  <moritz at g10code.com>

	* gcrypt.texi (Working with cipher handles): Clarify CTS mode.


-------------+
 ChangeLog   |    4 ++++
 gcrypt.texi |    4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)


Index: libgcrypt/doc/ChangeLog
diff -u libgcrypt/doc/ChangeLog:1.45 libgcrypt/doc/ChangeLog:1.46
--- libgcrypt/doc/ChangeLog:1.45	Tue Feb 22 18:54:27 2005
+++ libgcrypt/doc/ChangeLog	Sat Mar 19 19:56:32 2005
@@ -1,3 +1,7 @@
+2005-03-19  Moritz Schulte  <moritz at g10code.com>
+
+	* gcrypt.texi (Working with cipher handles): Clarify CTS mode.
+
 2005-02-08  Werner Koch  <wk at g10code.com>
 
 	* gcrypt.texi: Fixed direntry.
Index: libgcrypt/doc/gcrypt.texi
diff -u libgcrypt/doc/gcrypt.texi:1.47 libgcrypt/doc/gcrypt.texi:1.48
--- libgcrypt/doc/gcrypt.texi:1.47	Tue Feb 22 18:54:27 2005
+++ libgcrypt/doc/gcrypt.texi	Sat Mar 19 19:56:32 2005
@@ -1285,7 +1285,9 @@
 See @code{gcry_cipher_sync}.
 @item GCRY_CIPHER_CBC_CTS
 Enable cipher text stealing (CTS) for the CBC mode.  Cannot be used
-simultaneous as GCRY_CIPHER_CBC_MAC
+simultaneous as GCRY_CIPHER_CBC_MAC.  CTS mode makes it possible to
+transform data of almost arbitrary size (only limitation is that it
+must be greater than the algorithm's block size).
 @item GCRY_CIPHER_CBC_MAC
 Compute CBC-MAC keyed checksums.  This is the same as CBC mode, but
 only output the last block.  Cannot be used simultaneous as




More information about the Gnupg-commits mailing list