Skip to main content

A bitcoin cryptography library.

Project description

btclib: a bitcoin cryptography library

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 cryptography used in bitcoin. It is used for the Bitcoin and Blockchain Technology Course at Milano Bicocca and Politecnico di Milano.

To install (and upgrade) btclib:

python3 -m pip install --upgrade btclib

Algorithms are not to be used in 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 (Shamir's trick)
    • point simmetry solution: odd/even, high/low, and quadratic residue
    • SEC 1 v1 and v2 curves
    • NIST curves
    • low cardinality test curves
  • ECDSA signature and DER encoding
  • Sign-to-contract notarization
  • 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
  • EC 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 basically 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.1.7.tar.gz (48.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.1.7-py3-none-any.whl (55.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for btclib-2019.1.7.tar.gz
Algorithm Hash digest
SHA256 c499de71cd32405514e64334ff5127374ebfee2c18f58d1da132e1b09c5bbe0d
MD5 ee3632b89e09d528391bc0189b0651bf
BLAKE2b-256 f9d8dd543050995dc2067b5997ed3362218ef4d21773b84363a1b583bbd0633d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: btclib-2019.1.7-py3-none-any.whl
  • Upload date:
  • Size: 55.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.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for btclib-2019.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d7eb63f490bb7bbc170bd62042ea61385bcacab77ec9cbc9617a37aebee72f2a
MD5 787692759fe761bcb04a7cadad050c2b
BLAKE2b-256 72982513a2535a9772d3c3904145ae124bd821cc2da43350f2f106706eb18798

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