Merge pull request #30 from dstufft/simplify-api

Removing padding from the encryption API
This commit is contained in:
Alex Gaynor 2013-08-10 12:17:33 -07:00
commit 34c7a91c08

View file

@ -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()