# Packages
No description provided by the author
# Functions
EntropyFromMnemonic takes a mnemonic generated by this library, and returns the input entropy used to generate the given mnemonic.
IsMnemonicValid attempts to verify that the provided mnemonic is valid.
MnemonicToByteArray takes a mnemonic string and turns it into a byte array suitable for creating another mnemonic.
NewEntropy will create random entropy bytes so long as the requested size bitSize is an appropriate size.
NewMnemonic will return a string consisting of the mnemonic words for the given entropy.
NewSeed creates a hashed seed output given a provided string and password.
NewSeedWithErrorChecking creates a hashed seed output given the mnemonic string and a password.
SetWordList sets the list of words to use for mnemonics.
SetWordList sets the list of words to use for mnemonics.
# Variables
ErrChecksumIncorrect is returned when entropy has the incorrect checksum.
ErrEntropyLengthInvalid is returned when trying to use an entropy set with an invalid size.
ErrInvalidMnemonic is returned when trying to use a malformed mnemonic.
ErrLanguageTypeIncorrect is return when find incorrect language type.
ErrLanguageTypeIncorrect is return when find incorrect language type.
ErrValidatedSeedLengthMismatch is returned when a validated seed is not the same size as the given seed.