14 unstable releases (6 breaking)
0.12.0 | Jul 27, 2024 |
---|---|
0.8.7 | Aug 23, 2023 |
0.8.6 | Apr 10, 2023 |
0.8.3 | Mar 15, 2023 |
0.3.0 | Jul 6, 2021 |
#3 in #coin
197,006 downloads per month
Used in 300 crates
(4 directly)
170KB
3K
SLoC
coins-bip39
This is an implementation of BIP39. It is heavily inspired by and reuses code from Wagyu under the MIT license. It uses the coins-bip32 to derive extended keys.
Building
$ cargo build
$ cargo build --target wasm32-unknown-unknown
Run tests (make sure to run with all feature combinations):
$ cargo test
lib.rs
:
The bip39 crate is heavily inspired by and reuses code from Wagyu under the MIT license. The difference being, the underlying extended private keys are generated using the bip32 crate, that depends on k256 instead of libsecp256k1.
Dependencies
~6.5MB
~118K SLoC