Skip to content

leshow/rust_mnemonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

rust mnemonic (BIP-39)

mnemonic generation and key derivation follows BIP-0039.

to get started, simply:

git clone https://github.com/leshow/rust_mnemonic

cd rust_mnemonic

cargo build --release
cargo install

Install will provide you with the rust_mnemonic binary

If no seed is provided the seed string will be "seed". The seed string will be used in conjunction with the mnemonic for generating the pbkdf2 key.

The mnemonic is created exactly the same (to the best of my knowledge) as in python-mnemonic (https://github.com/trezor/python-mnemonic) and to the BIP0039 standard, my code has not been vetted by the bitcoin community or any cryptographers however, so use with your own caution.

About

BIP-0039 mnemonic generator written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages