# Functions
CreateMnemonics generates `numKeys` number of mnemonics.
GetPassword was adapted from https://gist.github.com/jlinoff/e8e26b4ffa38d379c7f1891fd174a6d0#file-getpassword2-go.
ImportMnemonics imports a `numKeys` of mnemonics.
NewFileFromMnemonic generates a new File from the given mnemonic string.
ReadKeysFile returns the data related to the keys file.
# Constants
LastVersion is the most up to date file format version.
# Structs
EncryptedMnemonic represents an encrypted mnemonic.
File holds all the data related to the wallet keys.