From 50e6230014e298658c7776e0659223e664265c4a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 23 Apr 2014 13:09:01 -0500 Subject: update docs for oaep --- docs/hazmat/primitives/asymmetric/padding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives') 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() -- cgit v1.2.3