diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 13:40:34 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 13:40:34 -0500 |
commit | aadca86bbf564cc3128f2a7d85dc00e3e30fdfae (patch) | |
tree | dae81f0fece1ae430ff3c47632d315e71e0be334 /docs/development/test-vectors.rst | |
parent | 38478bf890eae525c2c5061ea7ae17db708b2b39 (diff) | |
parent | e0afa5d8394e32369a0bec9486b5eb44193412b6 (diff) | |
download | cryptography-aadca86bbf564cc3128f2a7d85dc00e3e30fdfae.tar.gz cryptography-aadca86bbf564cc3128f2a7d85dc00e3e30fdfae.tar.bz2 cryptography-aadca86bbf564cc3128f2a7d85dc00e3e30fdfae.zip |
Merge pull request #1867 from public/secp256k1-vectors
Script for generating SECP256K1 vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index f6eecfec..7edf01ab 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -37,9 +37,14 @@ Asymmetric ciphers Ruby test suite. -Custom Asymmetric Vectors +Custom asymmetric vectors ~~~~~~~~~~~~~~~~~~~~~~~~~ +.. toctree:: + :maxdepth: 1 + + custom-vectors/secp256k1 + * ``asymmetric/PEM_Serialization/ec_private_key.pem`` and ``asymmetric/DER_Serialization/ec_private_key.der`` - Contains an Elliptic Curve key generated by OpenSSL from the curve ``secp256r1``. @@ -78,6 +83,7 @@ Custom Asymmetric Vectors ``asymmetric/public/PKCS1/rsa.pub.der`` are PKCS1 conversions of the public key from ``asymmetric/PKCS8/unenc-rsa-pkcs8.pem`` using PEM and DER encoding. + Key exchange ~~~~~~~~~~~~ |