diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-06 02:01:03 -1000 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-06 08:01:03 -0400 |
commit | cfdc6057e10224fe989eec2f05cce33d0d495a75 (patch) | |
tree | ea848af31fa00ee079ab11e3c0256983f3d4729b /docs/development | |
parent | 34036d649f3f666cbadba3b737e03daa55e86d20 (diff) | |
download | cryptography-cfdc6057e10224fe989eec2f05cce33d0d495a75.tar.gz cryptography-cfdc6057e10224fe989eec2f05cce33d0d495a75.tar.bz2 cryptography-cfdc6057e10224fe989eec2f05cce33d0d495a75.zip |
add X25519 test vectors from RFC 7748 section 5.2 (#3685)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index ffb918c0..55175f53 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -35,6 +35,7 @@ Asymmetric ciphers * `Botan's ECC private keys`_. * `asymmetric/public/PKCS1/dsa.pub.pem`_ is a PKCS1 DSA public key from the Ruby test suite. +* X25519 test vectors from :rfc:`7748`. Custom asymmetric vectors |