BP-WG / bitcoin_num

Numeric functions & traits used by rust bitcoin, bitcoin_hashes and other packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

Bitcoin Numeric Library

This is a simple, no-dependency library which implements utility functions for working with big integers, hex encodings etc needed by Bitcoin. It differs from other existing cragtes in the field in it's focus on supporting the same versions of Rust compilers as bitcoin and bitcoin_hashes crates and not using any external dependencies in order to reduce potential attack surface.

Documentation

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.29.

Contributions

Contributions are welcome, including additional hash function implementations.

About

Numeric functions & traits used by rust bitcoin, bitcoin_hashes and other packages

License:Creative Commons Zero v1.0 Universal


Languages

Language:Rust 73.3%Language:Shell 26.7%