From 23ca92fb0ed25d90d29c9e926b4e619e8655cb47 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 17 Feb 2021 17:54:33 +0100 Subject: doc: Fix swapped GCM/CCM constants. -- GnuPG-bug-id: 5306 --- doc/gcrypt.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1