diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-25 07:49:08 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-25 07:49:08 -0700 |
commit | 462bd6073122f25f524fa92853cf5974d06c7eb8 (patch) | |
tree | 7200b1c4e307652097a56abc60132be36de7ec72 /docs/hazmat | |
parent | 68f1e0c2deea59df17e573b908f45182eff51dd0 (diff) | |
download | cryptography-462bd6073122f25f524fa92853cf5974d06c7eb8.tar.gz cryptography-462bd6073122f25f524fa92853cf5974d06c7eb8.tar.bz2 cryptography-462bd6073122f25f524fa92853cf5974d06c7eb8.zip |
Fix some typos.
Found with https://github.com/intgr/topy/
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/padding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 83154c0d..c0209446 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -5,7 +5,7 @@ Padding .. currentmodule:: cryptography.hazmat.primitives.padding -Padding is a way to take data that may or may not be be a multiple of the block +Padding is a way to take data that may or may not be a multiple of the block size for a cipher and extend it out so that it is. This is required for many block cipher modes as they require the data to be encrypted to be an exact multiple of the block size. |