| Crates.io | coins-bip32 |
| lib.rs | coins-bip32 |
| version | 0.13.0 |
| created_at | 2021-04-04 18:21:59.833867+00 |
| updated_at | 2025-07-29 18:27:42.530361+00 |
| description | Bip32 in Rust |
| homepage | https://github.com/summa-tx/coins |
| repository | https://github.com/summa-tx/coins |
| max_upload_size | |
| id | 378897 |
| size | 101,408 |
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.
$ 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