Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
/ bitcoin_num Public archive

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

License

Notifications You must be signed in to change notification settings

BP-WG/bitcoin_num

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published