1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-11 16:51:51 +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

@@ -7,7 +7,7 @@ from reference import (
dleq_generate_proof,
dleq_verify_proof,
)
from secp256k1 import GE
from secp256k1lab.secp256k1 import GE
FILENAME_GENERATE_PROOF_TEST = Path(__file__).parent / 'test_vectors_generate_proof.csv'