IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.57k stars 479 forks source link

Extra conformance tests for `verifyEcdsaSecp256k1Signature` #6622

Closed kwxm closed 3 weeks ago

kwxm commented 4 weeks ago

This follows up on #6617 by adding extra conformance tests for verifyEcdsaSecp256k1Signature. I couldn't find any official test vectors so I generated some myself using openssl. That was quite complicated so I've included a README describing the procedure in case we ever need to do it again.

This should close issue #6553.