Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2022 Changes in this version + func Serialization(key *Extkey) (string, error) + type Extkey struct + ChainCode []byte + ChildNumber []byte + Depth byte + Fingerprint []byte + Key []byte + Version []byte + func ChildKeyDeriv(parentKey *Extkey, index uint32) (*Extkey, error) + func ChildKeyDerivPriv(parentKey *Extkey, index uint32) (*Extkey, error) + func ChildKeyDerivPub(parentKey *Extkey, index uint32) (*Extkey, error) + func Deserialization(serializedKey string) (*Extkey, error) + func GenMasterKey(seed []byte) (*Extkey, error) + func Neuter(privateKey *Extkey) (*Extkey, error)