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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user