Versions in this module Expand all Collapse all v1 v1.0.0 May 23, 2023 Changes in this version + const FirstHardenedIndex + var ErrInvalidPath = fmt.Errorf("invalid derivation path") + var ErrNoPublicDerivation = fmt.Errorf("no public derivation for ed25519") + func IsValidPath(path string) bool + type Node interface + Derive func(i uint32) (Node, error) + Keypair func() (ed25519.PublicKey, ed25519.PrivateKey) + PrivateKey func() []byte + PublicKeyWithPrefix func() []byte + RawSeed func() []byte + func DeriveForPath(path string, seed []byte) (Node, error) + func NewMasterNode(seed []byte) (Node, error)