Versions in this module Expand all Collapse all v0 v0.0.6 Dec 6, 2023 v0.0.5 Dec 5, 2023 Changes in this version + func DecodeMnemonic(mnemonic string) ([]byte, error) + func EncodeMnemonic(entropy []byte) (string, error) + func GenerateMnemonic(rng csprng.Source, numBytes int) (string, error)