schnorrsig: Add BIP-340 compatible signing and verification

This commit is contained in:
Jonas Nick
2020-05-12 16:17:59 +00:00
parent 7332d2db6b
commit 4e43520026
6 changed files with 860 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ fi
--with-test-override-wide-multiply="$WIDEMUL" --with-bignum="$BIGNUM" --with-asm="$ASM" \
--enable-ecmult-static-precomputation="$STATICPRECOMPUTATION" --with-ecmult-gen-precision="$ECMULTGENPRECISION" \
--enable-module-ecdh="$ECDH" --enable-module-recovery="$RECOVERY" \
--enable-module-schnorrsig="$SCHNORRSIG" \
--host="$HOST" $EXTRAFLAGS
if [ -n "$BUILD" ]