# Functions
DecodeUserInput decodes a seed in either hexadecimal or mnemonic word list encoding back into its binary form.
EncodeMnemonic encodes a seed as a mnemonic word list separated by spaces.
EncodeMnemonicSlice encodes a seed as a mnemonic word list.
GenerateRandomSeed returns a new seed created from a cryptographically-secure random source.