Crate splitmonic[][src]

Modules

shamir
validation
wordlist

Taken from: https://github.com/summa-tx/bitcoins-rs/tree/main/bip39/src/wordlist and modified to make look ups a bit quicker, the trade of is it uses more memory

Enums

Error

Functions

get_split_phrases

When given a BIP39 mnemonic code, returns a vec containing 5 split phrases. 3 of these 5 codes can later be used to recreate your original mnemonic code.

recover_mnemonic_code

When given a vector of at least 3 split phrases, returns the original mnemonic code