diff options
author | Jack Lloyd <[email protected]> | 2018-05-07 12:16:43 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-07 12:16:43 -0400 |
commit | 143e1a0ada9ad2b35985d1e32345a94c2080bc25 (patch) | |
tree | 0b63a3a6d1f1d54b6d3252c462db28fa51c003c3 | |
parent | 4b9690d9abc6d1dec75444dba615fd87508805b4 (diff) | |
parent | 623fbd9505afb3397b26a127b0602aaacd272de6 (diff) |
Merge GH #1561 Fix typo in docs [ci skip]
-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 |