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