package
0.0.0-20231002075534-34c5cdaebac1
Repository: https://github.com/dimalinux/gopherphis.git
Documentation: pkg.go.dev
# Functions
CreateKeyFromSeeds auto-detects the seed language and returns the 32-byte key for the given seeds.
CreateKeyFromSeedsAndPassword auto-detects the seed language and returns the 32-byte key for the given seeds and optional password.
FindLanguage returns the wordlist that matches the passed seeds.
GetChecksumWord determines the correct language for the passed mnemonic string and returns the expected checksum word for the list.
# Constants
WordListSize is the number of seed words in the lists.
# Variables
ChineseSimplifiedWordList is the Simplified Chinese language seed configuration.
DutchWordList is the Dutch language seed configuration
nolint:misspell.
EnglishWordList is the English language seed configuration.
FrenchWordList is the French language seed configuration
nolint:misspell.
GermanWordList is the German language seed configuration
nolint:misspell.
ItalianWordList is the Italian language seed configuration
nolint:misspell.
JapaneseWordList is the Japanese language seed configuration.
PortugueseWordList is the Portuguese language seed configuration.
RussianWordList is the Russian language seed configuration.
SpanishWordList is the Spanish language seed configuration
nolint:misspell.
WordLists is an array of all available seed word configs.