From 974e875492b750fbbb6505a761a0120f09ff34cc Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 22 Oct 2015 11:21:55 -0500 Subject: add info about the rfc --- docs/hazmat/primitives/keywrap.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/hazmat/primitives') diff --git a/docs/hazmat/primitives/keywrap.rst b/docs/hazmat/primitives/keywrap.rst index 429e8928..e4f9ffeb 100644 --- a/docs/hazmat/primitives/keywrap.rst +++ b/docs/hazmat/primitives/keywrap.rst @@ -15,6 +15,9 @@ protections offered by key wrapping are also offered by using authenticated .. versionadded:: 1.1 + This function performs AES key wrap (without padding) as specified in + :rfc:`3394`. + :param bytes wrapping_key: The wrapping key. :param bytes key_to_wrap: The key to wrap. @@ -30,6 +33,9 @@ protections offered by key wrapping are also offered by using authenticated .. versionadded:: 1.1 + This function performs AES key unwrap (without padding) as specified in + :rfc:`3394`. + :param bytes wrapping_key: The wrapping key. :param bytes wrapped_key: The wrapped key. -- cgit v1.2.3