Hi, As suggested in #635 This adds ECDSA Signing + Verifying tests against a naive rust implementation (https://github.com/elichai/ecc-secp256k1)
What I added:
- New configure flag called
rust-naivetests
- Cloning and building
ecc-secp256k1
from sources in the Makefile. - Signing(ECDSA) with this library and verifying in
ecc-secp256k1
. - Signing(ECDSA) with
ecc-secp256k1
and verifying with this library