Crates.io | coins-bip32 |
lib.rs | coins-bip32 |
version | 0.12.0 |
source | src |
created_at | 2021-04-04 18:21:59.833867 |
updated_at | 2024-07-27 13:05:03.86962 |
description | Bip32 in Rust |
homepage | https://github.com/summa-tx/coins |
repository | https://github.com/summa-tx/coins |
max_upload_size | |
id | 378897 |
size | 82,549 |
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