mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-22 15:04:46 +01:00
bip374: update reference.py to be executable
This commit is contained in:
parent
6c807b7502
commit
a261439d92
1 changed files with 2 additions and 0 deletions
2
bip-0374/reference.py
Normal file → Executable file
2
bip-0374/reference.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""Reference implementation of DLEQ BIP for secp256k1 with unit tests."""
|
"""Reference implementation of DLEQ BIP for secp256k1 with unit tests."""
|
||||||
|
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
|
|
Loading…
Add table
Reference in a new issue