You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
You can check out ecdsa_test.json from wycheproof test vectors they have vectors for sec256k1 signatures too, among many other curves.
For instance your EcdsaSig.parse method does not understand "long form encoding of length of sequence" so it will fail on some of the test cases from the wycheproof repo.
You can check out
ecdsa_test.jsonfromwycheprooftest vectors they have vectors forsec256k1signatures too, among many other curves.For instance your
EcdsaSig.parsemethod does not understand "long form encoding of length of sequence" so it will fail on some of the test cases from thewycheproofrepo.