aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/padding.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 17:48:01 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 21:28:53 -0500
commitc9a879350d46581d69d51732d18579defd78072f (patch)
treeefe0323956f716642532d7f12a89ddcf5d2e52cd /docs/hazmat/primitives/asymmetric/padding.rst
parentba987453e648f6c40023c42524d11a4d568fcf99 (diff)
downloadcryptography-c9a879350d46581d69d51732d18579defd78072f.tar.gz
cryptography-c9a879350d46581d69d51732d18579defd78072f.tar.bz2
cryptography-c9a879350d46581d69d51732d18579defd78072f.zip
address review comments
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/padding.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/padding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/padding.rst b/docs/hazmat/primitives/asymmetric/padding.rst
index 6d584730..89af7eaa 100644
--- a/docs/hazmat/primitives/asymmetric/padding.rst
+++ b/docs/hazmat/primitives/asymmetric/padding.rst
@@ -47,7 +47,7 @@ Mask generation functions
.. versionadded:: 0.3
.. versionchanged:: 0.4
- Deprecated ``salt_length`` parameter.
+ Deprecated the ``salt_length`` parameter.
MGF1 (Mask Generation Function 1) is used as the mask generation function
in :class:`PSS` padding. It takes a hash algorithm and a salt length.