Skip to content

Commit

Permalink
Merge pull request #1736 from jonatack/2024-12-bip374-make-python-fil…
Browse files Browse the repository at this point in the history
…es-executable

BIP374: update reference.py and secp256k1.py to be executable
  • Loading branch information
jonatack authored Jan 2, 2025
2 parents 4827bdf + cce668d commit b15a0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bip-0374/reference.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

"""Reference implementation of DLEQ BIP for secp256k1 with unit tests."""

from hashlib import sha256
Expand Down
2 changes: 2 additions & 0 deletions bip-0374/secp256k1.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b15a0a1

Please sign in to comment.