diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 17:48:01 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 21:28:53 -0500 |
commit | c9a879350d46581d69d51732d18579defd78072f (patch) | |
tree | efe0323956f716642532d7f12a89ddcf5d2e52cd /docs | |
parent | ba987453e648f6c40023c42524d11a4d568fcf99 (diff) | |
download | cryptography-c9a879350d46581d69d51732d18579defd78072f.tar.gz cryptography-c9a879350d46581d69d51732d18579defd78072f.tar.bz2 cryptography-c9a879350d46581d69d51732d18579defd78072f.zip |
address review comments
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/padding.rst | 2 |
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. |