[][src]Module webchain_rs::mnemonic

Module to work with mnemonic codes

Refer BIP39 for detailed specification on mnemonic codes BIP39

Structs

BIP39_ENGLISH_WORDLIST

List of words for English language

HDPath

HD path according to BIP32

Mnemonic

Mnemonic phrase

Enums

Error

Mnemonic generation errors

Language

Language of dictionary for mnemonic generation

MnemonicSize

Length of mnemonic phrase in words

Constants

ENTROPY_BYTE_LENGTH

Size of entropy in bytes

Functions

gen_entropy

Generate entropy

generate_key

Generate PrivateKey using BIP32