modulepackage
0.1.0
Repository: https://github.com/wealdtech/go-ed25519hd.git
Documentation: pkg.go.dev
# Functions
DeriveKey derives a key given a seed and a derivation path.
Keys generates the Ed25519 public and private keys given a seed and a path.
MasterKeyFromSeed generates a master key given a seed.
SeedFromMnemonic takes a BIP39 mnemonic and generates a seed.
ValidateMnemonic returns true if the mnemonic is valid.
# Variables
ErrElementTooLarge is returned when a path element is too large.
ErrInvalidPath is returned when a path is invalid.
ErrUnhardenedElement is returned when an element in a path is not hardened.