Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2021 Changes in this version + var English = NewWordList(strings.Split(strings.TrimSpace(english), "\n")) + type Entropy []byte + func NewEntropy(ent int) (Entropy, error) + func (e Entropy) Valid() error + type Mnemonic []string + type Seed []byte + func NewSeed(mnemonic Mnemonic, password string) Seed + type WordList struct + func NewWordList(list []string) WordList + func (l WordList) Get(w string) (int, bool) + func (l WordList) List() []string + func (l WordList) NewMnemonic(ent Entropy) (Mnemonic, error)