Skip to content

Commit

Permalink
Add test vectors for deterministic ECDSA (RFC6979) (#10438)
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Feb 20, 2024
1 parent 4aa0d9a commit c97808c
Show file tree
Hide file tree
Showing 2 changed files with 2,809 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/test-vectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Asymmetric ciphers
* X25519 and X448 test vectors from :rfc:`7748`.
* RSA OAEP with custom label from the `BoringSSL evp tests`_.
* Ed448 test vectors from :rfc:`8032`.
* Deterministic ECDSA (:rfc:`6979`) from `OpenSSL's RFC 6979 test vectors`_.


Custom asymmetric vectors
Expand Down Expand Up @@ -1094,3 +1095,4 @@ header format (substituting the correct information):
.. _`dkg's additional OCB3 vectors`: https://gitlab.com/dkg/ocb-test-vectors
.. _`OpenSSL's OCB vectors`: https://github.com/openssl/openssl/commit/2f19ab18a29cf9c82cdd68bc8c7e5be5061b19be
.. _`badkeys`: https://github.com/vcsjones/badkeys/tree/50f1cc5f8d13bf3a2046d689f6452decb15d9c3c
.. _`OpenSSL's RFC 6979 test vectors`: https://github.com/openssl/openssl/blob/01690a7ff36c4d18c48b301cdf375c954105a1d9/test/recipes/30-test_evp_data/evppkey_ecdsa_rfc6979.txt

0 comments on commit c97808c

Please sign in to comment.