1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-18 16:59:30 +00:00

BIP-374: replace secp256k1.py with vendored copy of secp256k1lab

This commit is contained in:
Sebastian Falbesoner
2025-05-20 22:05:28 +02:00
parent 4e18ee641b
commit 459d977d9b
4 changed files with 7 additions and 363 deletions

View File

@@ -8,7 +8,7 @@ from reference import (
dleq_generate_proof,
dleq_verify_proof,
)
from secp256k1 import G as GENERATOR, GE
from secp256k1lab.secp256k1 import G as GENERATOR, GE
NUM_SUCCESS_TEST_VECTORS = 8