From 67d8cd1aaf1863cd7510baebbef9b395015312e4 Mon Sep 17 00:00:00 2001 From: Legrandin Date: Mon, 14 May 2012 19:52:30 +0200 Subject: Removed PGP mode from block ciphers --- Doc/pycrypt.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Doc') 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: -- cgit v1.2.1