diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-23 13:09:01 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-23 13:09:01 -0500 |
commit | 50e6230014e298658c7776e0659223e664265c4a (patch) | |
tree | 1dae8a581f2ba2e049138784a975c0e1deacdef2 | |
parent | 642a9793f36a91566583c3681b03a58ae93ed3a0 (diff) | |
download | cryptography-50e6230014e298658c7776e0659223e664265c4a.tar.gz cryptography-50e6230014e298658c7776e0659223e664265c4a.tar.bz2 cryptography-50e6230014e298658c7776e0659223e664265c4a.zip |
update docs for oaep
-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 949fdaf2..40084799 100644 --- a/docs/hazmat/primitives/asymmetric/padding.rst +++ b/docs/hazmat/primitives/asymmetric/padding.rst @@ -46,7 +46,7 @@ Padding supported MGF is :class:`MGF1`. :param bytes label: A label to apply. This is a rarely used field and - should typically be set to ``None`` or ``b""`` (equivalent values). + should typically be set to ``None`` or ``b""``, which are equivalent. .. class:: PKCS1v15() |