From 5ca4c71c04e68a8fdbf7ef18a719e606793c55dd Mon Sep 17 00:00:00 2001 From: Legrandin Date: Wed, 23 Jan 2013 22:37:53 +0100 Subject: blockalgo: Fix MODE_OPENPGP comment [dlitz@dlitz.net: Extracted from the following commit:] commit 5306cf38ba060a70e5397ec48a5cea00c2bf0203 Author: Legrandin Date: Wed Jan 23 22:37:53 2013 +0100 Added support for CCM mode (AES cipher only) --- lib/Crypto/Cipher/blockalgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Crypto/Cipher/blockalgo.py b/lib/Crypto/Cipher/blockalgo.py index bdd1dec..e20ec5a 100644 --- a/lib/Crypto/Cipher/blockalgo.py +++ b/lib/Crypto/Cipher/blockalgo.py @@ -111,7 +111,7 @@ MODE_OFB = 5 #: .. _`NIST SP800-38A` : http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf MODE_CTR = 6 -#: OpenPGP. This mode is a variant of CFB, and it is only used in PGP and +#: *OpenPGP CFB*. This mode is a variant of CFB, and it is only used in PGP and #: OpenPGP_ applications. An Initialization Vector (*IV*) is required. #: #: Unlike CFB, the IV is not transmitted to the receiver. -- cgit v1.2.1