Module dup_crypto::mnemonic[][src]

Expand description

Module to generate Mnemonic

Structs

Mnemonic

The primary type in this crate, most tasks require creating or using one.

Enums

Language

The language determines which words will be used in a mnemonic phrase, but also indirectly determines the binary value of each word when a Mnemonic is turned into a Seed.

MnemonicError

Mnemonic error

MnemonicType

Determines the number of words that will be present in a Mnemonic phrase

Functions

mnemonic_to_seed

Generate seed from Mnemonic