Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# bcutils
bitcoin utils

Python 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