Module grin_keychain::mnemonic

source ·
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§

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