coins-bip39

Crates.iocoins-bip39
lib.rscoins-bip39
version0.12.0
sourcesrc
created_at2021-04-04 18:36:05.03743
updated_at2024-07-27 13:05:16.707134
descriptionBIP39 implementation for coins
homepagehttps://github.com/summa-tx/coins
repositoryhttps://github.com/summa-tx/coins
max_upload_size
id378912
size219,964
James Prestwich (prestwich)

documentation

README

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
Commit count: 393

cargo fmt