Versions in this module Expand all Collapse all v0 v0.1.0 Nov 8, 2021 Changes in this version + type Key struct + ChainCode [32]byte + ChildNumber [4]byte + Depth [1]byte + FingerPrint [4]byte + IsPublic bool + PrivateKeyData [32]byte + PublicKeyData [33]byte + Version [4]byte + func Deserialize(data []byte) (Key, error) + func NewMasterKey(seed []byte) (Key, error) + func (k Key) NewChildKey(index uint32) (Key, error) + func (k Key) PublicKey() Key + func (k Key) Serialize() ([]byte, error) + func (k Key) String() string