diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-11-12 08:18:07 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-11-12 08:18:07 -0500 |
commit | 1cd33bc4f0010c934b39f85a9d9edc0a5656dae4 (patch) | |
tree | 631fcfcc67339da223e1d475a37a5cd08db96ce6 /docs/development | |
parent | 3666786771f99d62ccff23ddcfe613e8c2d7e852 (diff) | |
download | cryptography-1cd33bc4f0010c934b39f85a9d9edc0a5656dae4.tar.gz cryptography-1cd33bc4f0010c934b39f85a9d9edc0a5656dae4.tar.bz2 cryptography-1cd33bc4f0010c934b39f85a9d9edc0a5656dae4.zip |
x448 test vectors (#4576)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index e5ff70bb..a3ffc9ab 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -48,7 +48,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`. +* X25519 and X448 test vectors from :rfc:`7748`. * RSA OAEP with custom label from the `BoringSSL evp tests`_. |