coins-bip32

Crates.iocoins-bip32
lib.rscoins-bip32
version0.13.0
created_at2021-04-04 18:21:59.833867+00
updated_at2025-07-29 18:27:42.530361+00
descriptionBip32 in Rust
homepagehttps://github.com/summa-tx/coins
repositoryhttps://github.com/summa-tx/coins
max_upload_size
id378897
size101,408
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: 395

cargo fmt