mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-26 01:31:51 +01:00
Merge pull request #1736 from jonatack/2024-12-bip374-make-python-files-executable
BIP374: update reference.py and secp256k1.py to be executable
This commit is contained in:
commit
b15a0a1aa9
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."""
|
||||
|
||||
from hashlib import sha256
|
||||
|
2
bip-0374/secp256k1.py
Normal file → Executable file
2
bip-0374/secp256k1.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2022-2023 The Bitcoin Core developers
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
Loading…
x
Reference in New Issue
Block a user