Skip to main content

A bitcoin cryptography library.

Project description

btclib: a python library for 'bitcoin cryptography'

http://github.com/dginst/btclib

Build Status Coverage Status PyPI status PyPI pyversions PyPI version GitHub License

btclib is a python3 type annotated library intended for teaching and demonstration of the elliptic curve cryptography used in bitcoin.

It does not have external requirements or dependencies; to install (and upgrade) it:

python3 -m pip install --upgrade btclib

Originally developed for the Bitcoin and Blockchain Technology Course at Milano Bicocca and Politecnico di Milano, its algorithms are not intended for production environments: they could be broken using side-channel attacks; moreover, they might be subjected to major refactoring without care for backward compatibility.

The library includes:

  • modulo algebra functions (gcd, inverse, legendre symbol, square root)
  • octet / integer / point conversion functions
  • elliptic curve class
    • fast algebra implemented using Jacobian coordinates
    • double scalar multiplication (Straus's algorithm, also known as Shamir's trick)
    • multi scalar multiplication (Bos-coster's algorithm)
    • point simmetry solution: odd/even, high/low, and quadratic residue
    • available curves: SEC 1 v1 and v2, NIST, Brainpool, and low cardinality test curves
  • DSA signature and DER encoding
  • Schnorr signature (according to bip-schnorr bitcoin standardization)
    • batch validation
    • threshold signature
    • MuSig multi-signature
  • Borromean ring signature
  • RFC-6979 to make signature schemes deterministic
  • sign-to-contract notarization
  • Diffie-Hellman
  • Pedersen Committment
  • base58 encoding, addresses, WIFs
  • BIP32 hierarchical deterministic wallets
  • BIP39 mnemonic code for generating deterministic keys
  • Electrum standard for mnemonic code

A very extensive test suite reproduces results from major official sources and covers 100% of the library code base.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

btclib-2019.2.5.tar.gz (53.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

btclib-2019.2.5-py3-none-any.whl (60.4 kB view details)

Uploaded Python 3

File details

Details for the file btclib-2019.2.5.tar.gz.

File metadata

  • Download URL: btclib-2019.2.5.tar.gz
  • Upload date:
  • Size: 53.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.7.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for btclib-2019.2.5.tar.gz
Algorithm Hash digest
SHA256 9203a9eb5d05aabe50789622b591471c48cf4684c94b6255ca00c95790cb4f39
MD5 fe7d0bbad738a08ccb129f6f48d25c31
BLAKE2b-256 5b8178966aca93025d2285ecbce906abd450cdc1469a1b1ca637c129369043ad

See more details on using hashes here.

File details

Details for the file btclib-2019.2.5-py3-none-any.whl.

File metadata

  • Download URL: btclib-2019.2.5-py3-none-any.whl
  • Upload date:
  • Size: 60.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.7.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for btclib-2019.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a25bc08dfc0d323dd13ec544fcc5b9d668a0119e3b5968539e4ab2056fc65708
MD5 171a574cc1d5b7fa33cf6ecd1be3e393
BLAKE2b-256 35d2026f3e496ea79b990d7fff1982ba7bd334246a35a0f58c4736c6603907fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page