Add more valid ECDSA test vectors #104
Labels
good first issue
Good for newcomers
improvement
Addresses fixes or changes to existing specs
Suite-B
There are a bunch of test vectors for ECDSA in RFC 6979. Some of these are for invalid curve-hash combinations. Decide which of these we'd like to include in the repo, then instantiate the needed versions of ECDSA and implement the test vectors.
This might be blocked on #98, in order to be able to switch out different hash functions easily. The current version fixes it to SHA-256, but that only works with two of our curves (P-224 and P-256).
The text was updated successfully, but these errors were encountered: