1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Add BIP327: MuSig2 for BIP340-compatible Multi-Signatures

This commit is contained in:
Jonas Nick
2022-04-05 22:29:59 +00:00
committed by Tim Ruffing
parent a8a0191978
commit 87394eaeb4
13 changed files with 2699 additions and 0 deletions

8
bip-0327/tests.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
cd "$(dirname "$0")"
mypy --no-error-summary reference.py
python3 reference.py
python3 gen_vectors_helper.py > /dev/null