aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-08 11:33:35 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-11 11:22:12 -0400
commit7ba0c011880d7b346615aad246e0e72e4c9b4691 (patch)
tree4232bbfd8a798c4309a95a74e57af11a016d778e /docs
parente5dc122b74b9335454cb4e9321b21a20e756dc96 (diff)
downloadcryptography-7ba0c011880d7b346615aad246e0e72e4c9b4691.tar.gz
cryptography-7ba0c011880d7b346615aad246e0e72e4c9b4691.tar.bz2
cryptography-7ba0c011880d7b346615aad246e0e72e4c9b4691.zip
add IDEA support for CBC, CFB, OFB + tests for all IDEA
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index daa4b36f..741091b2 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -172,8 +172,8 @@ Weak Ciphers
is susceptible to attacks when using weak keys. It is recommended that you
do not use this cipher for new applications.
- :param bytes key: The secret key, 128 bits in length. This must be kept
- secret.
+ :param bytes key: The secret key This must be kept secret. ``128`` bits in
+ length.
.. _symmetric-encryption-modes: