aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 15:18:47 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 15:18:47 -0400
commit6a37d27953f2d6075c6834eea46bb762ca523c22 (patch)
treeadbeafd125f3d579d2e9918024bf8dfcd4aa50db
parentadacdb85a6e102a0b9ee188ccfce93c22bde182e (diff)
parent34c7a91c08413b92d6eec033a350d1d9423a3a9d (diff)
downloadcryptography-6a37d27953f2d6075c6834eea46bb762ca523c22.tar.gz
cryptography-6a37d27953f2d6075c6834eea46bb762ca523c22.tar.bz2
cryptography-6a37d27953f2d6075c6834eea46bb762ca523c22.zip
Merge branch 'master' into simple-symmetric-encryption
-rw-r--r--docs/primitives/symmetric-encryption.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst
index 29eb2823..090e8e29 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -61,9 +61,3 @@ Modes
``block_size`` of the cipher. Do not
reuse an ``initialization_vector`` with
a given ``key``.
- :param padding: One of the paddings described below.
-
-Paddings
-~~~~~~~~
-
-.. class:: cryptography.primitives.block.padding.PKCS7()