Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2021 Changes in this version + var DefaultConfig = Config + var ErrInvalidBitSize = errors.New("bits must be greater than 0 and multiple of 32") + type Config struct + Bits int + Passphrase string + type Mnemonic struct + func New(c Config) (*Mnemonic, error) + func (m *Mnemonic) Seed() []byte + func (m *Mnemonic) Words() ([]string, error)