1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-22 06:52:38 +01:00

bip374: update reference.py to be executable

This commit is contained in:
Jon Atack 2024-12-28 18:12:03 -07:00
parent 6c807b7502
commit a261439d92

2
bip-0374/reference.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"""Reference implementation of DLEQ BIP for secp256k1 with unit tests."""
from hashlib import sha256