13 releases

0.11.1 Jun 9, 2024
0.8.7 Aug 23, 2023
0.8.6 Apr 10, 2023
0.8.3 Mar 15, 2023
0.2.2 Apr 4, 2021

#927 in Magic Beans

Download history 44772/week @ 2024-03-14 44733/week @ 2024-03-21 42831/week @ 2024-03-28 40714/week @ 2024-04-04 43073/week @ 2024-04-11 43673/week @ 2024-04-18 39430/week @ 2024-04-25 38141/week @ 2024-05-02 39949/week @ 2024-05-09 38358/week @ 2024-05-16 35710/week @ 2024-05-23 38561/week @ 2024-05-30 43210/week @ 2024-06-06 45438/week @ 2024-06-13 44753/week @ 2024-06-20 34427/week @ 2024-06-27

175,023 downloads per month
Used in 241 crates (4 directly)

MIT/Apache

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

~6MB
~114K SLoC