mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Merge pull request #30 from dstufft/simplify-api
Removing padding from the encryption API
This commit is contained in:
commit
34c7a91c08
1 changed files with 0 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue