diff options
author | Ori Peleg <[email protected]> | 2018-05-06 20:32:03 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-06 20:32:03 +0300 |
commit | 623fbd9505afb3397b26a127b0602aaacd272de6 (patch) | |
tree | 0b63a3a6d1f1d54b6d3252c462db28fa51c003c3 /doc/manual | |
parent | 4b9690d9abc6d1dec75444dba615fd87508805b4 (diff) |
typo: fixed AES key wrapping RFC number
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/keywrap.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/keywrap.rst b/doc/manual/keywrap.rst index ae1172701..a0791a5ae 100644 --- a/doc/manual/keywrap.rst +++ b/doc/manual/keywrap.rst @@ -6,7 +6,7 @@ another key. The first (and older, more widely supported) methd requres the input be a multiple of 8 bytes long. The other allows any length input, though only up to 2**32 bytes. -These algorithms are described in NIST SP 800-38F, and RFCs 3394 and 5694. +These algorithms are described in NIST SP 800-38F, and RFCs 3394 and 5649. This API, defined in ``nist_keywrap.h``, first became available in version 2.4.0 |