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-secp256k1from sources in the Makefile. - Signing(ECDSA) with this library and verifying in
ecc-secp256k1. - Signing(ECDSA) with
ecc-secp256k1and verifying with this library