coins-bip32

Crates.iocoins-bip32
lib.rscoins-bip32
version0.12.0
sourcesrc
created_at2021-04-04 18:21:59.833867
updated_at2024-07-27 13:05:03.86962
descriptionBip32 in Rust
homepagehttps://github.com/summa-tx/coins
repositoryhttps://github.com/summa-tx/coins
max_upload_size
id378897
size82,549
James Prestwich (prestwich)

documentation

README

coins-bip32

This is an implementation of BIP32. It uses k256 and re-exports several of its traits and types.

It can be used to build wallets and applications for Bitcoin and Ethereum.

Building

$ cargo build
$ cargo build --target wasm32-unknown-unknown

Run tests (make sure to run with all feature combinations):

$ cargo test

Run bench marks

$ cargo bench
$ cargo bench --no-default-features
Commit count: 393

cargo fmt