|
|
Tests our implementation against github.com/btcsuite/btcd/btcec/v2:
- TestKeyDerivationCompatibility: verify public keys match btcec
- TestOurSignatureVerifiesWithBtcec: our signatures verify with btcec
- TestBtcecSignatureVerifiesWithOurs: btcec signatures verify with ours
- TestCrossSignAndVerify: bidirectional sign/verify with same keys
- TestBIP340Vectors: official BIP-340 test vectors (14 total)
- TestTaggedHashFormat: verify tagged hash structure
All tests pass - our implementation is fully compatible with btcec
for BIP-340 Schnorr signatures.
|