summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-17 17:54:33 +0100
committerWerner Koch <wk@gnupg.org>2021-02-17 17:54:33 +0100
commit23ca92fb0ed25d90d29c9e926b4e619e8655cb47 (patch)
tree5b1fdd5df200b9a09008014cc5e76e02b901dee2 /doc
parent04d5a65db57cf3107ccad13d102492f2c95010fb (diff)
downloadlibgcrypt-23ca92fb0ed25d90d29c9e926b4e619e8655cb47.tar.gz
doc: Fix swapped GCM/CCM constants.
-- GnuPG-bug-id: 5306
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 11c1549f..2af87cbc 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -1785,7 +1785,7 @@ ChaCha20 stream cipher. The block cipher modes
@code{GCRY_CIPHER_MODE_CFB}, @code{GCRY_CIPHER_MODE_OFB},
@code{GCRY_CIPHER_MODE_CTR} and @code{GCRY_CIPHER_MODE_EAX}) will work
with any block cipher algorithm. GCM mode
-(@code{GCRY_CIPHER_MODE_CCM}), CCM mode (@code{GCRY_CIPHER_MODE_GCM}),
+(@code{GCRY_CIPHER_MODE_GCM}), CCM mode (@code{GCRY_CIPHER_MODE_CCM}),
OCB mode (@code{GCRY_CIPHER_MODE_OCB}), and XTS mode
(@code{GCRY_CIPHER_MODE_XTS}) will only work with block cipher
algorithms which have the block size of 16 bytes.