summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-14 19:52:30 +0200
committerLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-14 19:52:30 +0200
commit67d8cd1aaf1863cd7510baebbef9b395015312e4 (patch)
tree6bbcdd98516460c033713599b40aa77e8d4eac31 /Doc
parentd946a0aa4ebcc82316a3e42fbb69305e4d44dcd1 (diff)
downloadpycrypto-67d8cd1aaf1863cd7510baebbef9b395015312e4.tar.gz
Removed PGP mode from block ciphers
Diffstat (limited to 'Doc')
-rw-r--r--Doc/pycrypt.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/pycrypt.rst b/Doc/pycrypt.rst
index 70051a5..7213bb1 100644
--- a/Doc/pycrypt.rst
+++ b/Doc/pycrypt.rst
@@ -304,9 +304,7 @@ byte-by-byte basis, and is much slower than either of the other two
modes. The chaining feedback modes require an initialization value to
start off the encryption; this is a string of the same length as the
ciphering algorithm's block size, and is passed to the ``new()``
-function. There is also a special PGP mode, which is an oddball
-variant of CFB used by the PGP program. While you can use it in
-non-PGP programs, it's quite non-standard.
+function.
The currently available block ciphers are listed in the following table,
and are in the ``Crypto.Cipher`` package: