[svn] gcry - r1331 - trunk/doc
svn author wk
cvs at cvs.gnupg.org
Mon Sep 15 12:37:39 CEST 2008
Author: wk
Date: 2008-09-15 12:37:39 +0200 (Mon, 15 Sep 2008)
New Revision: 1331
Modified:
trunk/doc/gcrypt.texi
Log:
Typo fix.
Document the CFB shift size.
Modified: trunk/doc/gcrypt.texi
===================================================================
--- trunk/doc/gcrypt.texi 2008-09-15 10:19:15 UTC (rev 1330)
+++ trunk/doc/gcrypt.texi 2008-09-15 10:37:39 UTC (rev 1331)
@@ -1558,7 +1558,8 @@
Electronic Codebook mode.
@item GCRY_CIPHER_MODE_CFB
-Cipher Feedback mode.
+Cipher Feedback mode. The shift size equals the block size of the
+cipher (e.g. for AES it is CFB-128).
@item GCRY_CIPHER_MODE_CBC
Cipher Block Chaining mode.
@@ -5203,7 +5204,7 @@
to test the correctness of the signing operation. As a second signing
test, the signature is modified by incrementing its value and then
verified with the expected result that the verification fails.
-(@code{cipher/@/dsa.c:@/test_keys})
+(@code{cipher/@/rsa.c:@/test_keys})
@item DSA
The test uses a random number of the size of the Q parameter to create
a signature and then checks that the signature verifies. As a second
More information about the Gnupg-commits
mailing list