Skip to main content

A bitcoin cryptography library.

Project description

btclib: a python3 library for 'bitcoin cryptography'

btclib logo

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

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:

python -m pip install --upgrade btclib

Originally developed for the Bitcoin and Blockchain Technology course at University of Milano-Bicocca and Politecnico di Milano, its algorithms are not intended for production environments: they could be broken using side-channel attacks; moreover, they are often refactored without care for backward compatibility.

The library includes:

  • modulo algebra functions (gcd, inverse, legendre symbol, square root)
  • octets / 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, low/high, and quadratic residue
  • available curves: SEC 1 v1 and v2, NIST, Brainpool, and low cardinality test curves
  • DSA signature with (transaction) DER encoding and (message) compact encoding
  • Schnorr signature (according to bip-schnorr bitcoin standardization)
    • batch validation
    • threshold signature (see test-suite)
    • MuSig multi-signature (see test-suite)
  • Borromean ring signature
  • RFC 6979 to make signature schemes deterministic
  • Sign-to-contract commitment
  • Diffie-Hellman
  • Pedersen Committment
  • Base58 encoding, addresses, WIFs
  • BIP32 hierarchical deterministic wallets
  • BIP39 wordlists and mnemonic for generating deterministic keys
  • Electrum standard for mnemonic

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.11.28.tar.gz (58.0 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.11.28-py3-none-any.whl (68.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: btclib-2019.11.28.tar.gz
  • Upload date:
  • Size: 58.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for btclib-2019.11.28.tar.gz
Algorithm Hash digest
SHA256 45dc4a2ae0e0d8b0a33bab4779619e080b2554089a4ace70465de39de4cdde43
MD5 c51a02b3dc2aebf34c791d8bec4cbc90
BLAKE2b-256 3ddf558723a64366a3ebc8f33ecf35ccb1bd9350a713d0445799c0459677c1ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: btclib-2019.11.28-py3-none-any.whl
  • Upload date:
  • Size: 68.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for btclib-2019.11.28-py3-none-any.whl
Algorithm Hash digest
SHA256 cb520510a7e5827e9ebbc3ac480ad54c11fb94dc62f3cd9560ebe53f72d53f1e
MD5 088b40502ef006e2d79b6d0d155bd0e2
BLAKE2b-256 668999e539cb5d74b7f2a83927af2f0eff5b750a382b72d2ffea1a8b2ad3ddef

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