tiny-bip39-yp

Crates.iotiny-bip39-yp
lib.rstiny-bip39-yp
version0.6.2
sourcesrc
created_at2019-09-04 12:15:48.92432
updated_at2019-09-04 12:15:48.92432
descriptionA fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039
homepagehttps://github.com/maciejhirsz/tiny-bip39/
repositoryhttps://github.com/maciejhirsz/tiny-bip39/
max_upload_size
id162107
size215,281
Yeastplume (yeastplume)

documentation

https://docs.rs/tiny-bip39

README

tiny-bip39

This is a fork of the bip39 crate with fixes for v0.6.

Changes

See the changelog file, or the Github releases for specific tags.

Documentation

Add bip39 to your Cargo file, and then refer to the documentation for use.

Only an English wordlist is included at the moment, but support for other languages is already present in the code.

A set of simple tests have been written but they only generate new mnemonics and validate a selection of known valid mnemonics generated by other tools

Commit count: 178

cargo fmt