12 releases

0.8.7 Aug 23, 2023
0.8.6 Apr 10, 2023
0.8.3 Mar 15, 2023
0.7.0 Jul 6, 2022
0.2.2 Apr 4, 2021

#716 in Magic Beans

Download history 44609/week @ 2024-01-11 45969/week @ 2024-01-18 48432/week @ 2024-01-25 55952/week @ 2024-02-01 49178/week @ 2024-02-08 47004/week @ 2024-02-15 45951/week @ 2024-02-22 39689/week @ 2024-02-29 42861/week @ 2024-03-07 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 34064/week @ 2024-04-25

169,636 downloads per month
Used in 213 crates (2 directly)

MIT/Apache

85KB
946 lines

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
~116K SLoC