coins-bip39

Crates.iocoins-bip39
lib.rscoins-bip39
version0.13.0
created_at2021-04-04 18:36:05.03743+00
updated_at2025-07-29 18:27:55.061239+00
descriptionBIP39 implementation for coins
homepagehttps://github.com/summa-tx/coins
repositoryhttps://github.com/summa-tx/coins
max_upload_size
id378912
size240,629
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: 395

cargo fmt