diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-07 17:34:48 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-07 17:34:48 -0600 |
commit | bb996d7e06fe539cbddee880a1af22df334cd5db (patch) | |
tree | 83a55c18f0f7a1fd52ea66c9c457dca9d82da669 | |
parent | 0f72bdadc4de8b764967ea66d376da65e5bf3281 (diff) | |
download | cryptography-bb996d7e06fe539cbddee880a1af22df334cd5db.tar.gz cryptography-bb996d7e06fe539cbddee880a1af22df334cd5db.tar.bz2 cryptography-bb996d7e06fe539cbddee880a1af22df334cd5db.zip |
also remove CAST5 docs
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index e05248ff..a1a3ec0d 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -189,15 +189,6 @@ Algorithms ``56`` bits long), they can simply be concatenated to produce the full key. This must be kept secret. -.. class:: CAST5(key) - - CAST5 (also known as CAST-128) is a block cipher approved for use in the - Canadian government by their Communications Security Establishment. It is a - variable key length cipher and supports keys from 40-128 bits in length. - - :param bytes key: The secret key, 40-128 bits in length (in increments of - 8). This must be kept secret. - Weak Ciphers ------------ |