Expand description

BIP39 Implementation

Implementation of BIP39 Mnemonic code for generating deterministic keys, as defined at https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

Structs

List of bip39 words

Enums

An error that might occur during mnemonic decoding

Functions

Converts entropy to a mnemonic

Returns the index of a word in the wordlist

Converts a mnemonic to entropy

Converts a nemonic and a passphrase into a seed