Documentation ¶
Overview ¶
Package pgpwordlist provides the pgpwordlist for easier hashes/seeds.
This package provides the pgpwordlist for use when generating a human readable hash or seed as well as functions for working with it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnglishWordList = []string{}/* 2048 elements not displayed */
EnglishWordList is English wordlist
View Source
var ReverseWordMap = map[string]int{}
ReverseWordMap is mapping of words to indices
View Source
var WordList = EnglishWordList
WordList that is used by default
Functions ¶
func DecodeMnemonics ¶
DecodeMnemonics returns the decoded seed that is encoded by words and password. Any words that are whitespace are empty are skipped.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.