tests: add BIP340 Schnorr signature support to test framework

Add a pure Python implementation of BIP340 signing and verification, tested against
the BIP's test vectors.
This commit is contained in:
Pieter Wuille
2020-09-11 14:34:24 -07:00
parent 206fb180ec
commit 3c226639eb
3 changed files with 204 additions and 6 deletions

View File

@ -70,6 +70,7 @@ TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
"muhash",
"key",
"script",
"segwit_addr",
"util",