aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 12:17:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-10 12:17:33 -0700
commit34c7a91c08413b92d6eec033a350d1d9423a3a9d (patch)
treec621fc3ff2441b4c78456a2e5e8552cd39ed0eae /docs
parent2a250e6517d79dcf82d6c38c3a0e335108a6f64c (diff)
parenta02d4ed5ed81c54a3c57e3ab62ab92ebbbc856a5 (diff)
downloadcryptography-34c7a91c08413b92d6eec033a350d1d9423a3a9d.tar.gz
cryptography-34c7a91c08413b92d6eec033a350d1d9423a3a9d.tar.bz2
cryptography-34c7a91c08413b92d6eec033a350d1d9423a3a9d.zip
Merge pull request #30 from dstufft/simplify-api
Removing padding from the encryption API
Diffstat (limited to 'docs')
-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 fe074f3e..821e8e0f 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()