diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-07-06 17:01:54 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-07-06 17:01:54 -0400 |
commit | 7c2cec85975d8bc79ff09af92d7d7d7077c7b18f (patch) | |
tree | 3d30a24c3417b40adf9caa7a214e1c4987cae190 /docs/development/test-vectors.rst | |
parent | 60e83b2452ca824006605114b568050cdf3b137d (diff) | |
download | cryptography-7c2cec85975d8bc79ff09af92d7d7d7077c7b18f.tar.gz cryptography-7c2cec85975d8bc79ff09af92d7d7d7077c7b18f.tar.bz2 cryptography-7c2cec85975d8bc79ff09af92d7d7d7077c7b18f.zip |
fix inaccurate ed25519 vector docs (#4938)
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 106a8166..41fb9dfb 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -232,7 +232,7 @@ X.509 * ``letsencryptx3.pem`` - A subordinate certificate used by Let's Encrypt to issue end entity certificates. * ``ed25519-rfc8410.pem`` - A certificate containing an X25519 public key with - an ``ed25519ph`` signature taken from :rfc:`8410`. + an ``ed25519`` signature taken from :rfc:`8410`. * ``root-ed25519.pem`` - An ``ed25519`` root certificate (``ed25519`` signature with ``ed25519`` public key) from the OpenSSL test suite. (`root-ed25519.pem`_) |