Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlitsme/python-bcutils
bitcoin utils
https://github.com/nlitsme/python-bcutils
bitcoin bitcoin-address
Last synced: about 1 month ago
JSON representation
bitcoin utils
- Host: GitHub
- URL: https://github.com/nlitsme/python-bcutils
- Owner: nlitsme
- License: mit
- Created: 2015-11-13T12:55:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T21:19:15.000Z (about 2 years ago)
- Last Synced: 2023-08-01T10:24:07.557Z (over 1 year ago)
- Topics: bitcoin, bitcoin-address
- Language: Python
- Size: 53.7 KB
- Stars: 12
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcutils
bitcoin utilsPython implementation of moduler and elliptic curve calculations.
the ECDSA module has functions for calculating various values
from differnt sets of givens. ( like calculate the public key from a message + signature )The bcaddr tool can convert bitcoin addresses between several formats.
For details on ECDSA, see [this blogpost](http://nlitsme.github.io/posts/2014-06-19-ecdsa-explanation.html).
An older version of this script can be found at [this gist](https://gist.github.com/nlitsme/dda36eeef541de37d996).
By: Willem Hengeveld