# Functions
BitLengthToWordLength returns the length of words for specified bit-length.
GetWord returns a word for the given language at the index.
New returns a new Mnemonic for the given entropy and language.
NewRandom returns a new Mnemonic with random entropy of the given length in bits.
NewSeed creae a new Seed with the given sentence and passphrase.
WordLengthToBitLength returns the length in bits for specified word length.
# Constants
ChineseSimplified language.
ChineseTraditional language.
English language.
French Language.
Italian Language.
Japanese language.
Korean language.
Spanish language.
# Type aliases
Language type indicates supported mnemonic languages.