From e1c89f3d25c381f945db9de45c4782b123b7fe49 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 7 Apr 2014 21:44:57 -0500 Subject: update docs for OAEP --- docs/hazmat/primitives/asymmetric/padding.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hazmat/primitives/asymmetric/padding.rst b/docs/hazmat/primitives/asymmetric/padding.rst index 0c2f7ce7..06bd2c42 100644 --- a/docs/hazmat/primitives/asymmetric/padding.rst +++ b/docs/hazmat/primitives/asymmetric/padding.rst @@ -22,8 +22,8 @@ Padding :param mgf: A mask generation function object. At this time the only supported MGF is :class:`MGF1`. - :param bytes label: A label to apply. This is a rarely used field and many - backends do not support it. + :param bytes label: A label to apply. This is a rarely used field and + should typically be set to ``None`` or ``b""`` (equivalent values). .. class:: PSS(mgf, salt_length) -- cgit v1.2.3