Versions in this module Expand all Collapse all v0 v0.0.1 Sep 9, 2021 Changes in this version + type DrivedKey struct + ChainCode []byte + Param KeyParam + PrivateKey []byte + PublicKey []byte + func DriveFrom(key *DrivedKey, path string) (*DrivedKey, error) + func FromMnemonic(param KeyParam, mnemonic string, password string) (*DrivedKey, error) + func NewMasterKey(seed []byte, param KeyParam) (*DrivedKey, error) + func (key *DrivedKey) ChildKey(index bip44.Number) (*DrivedKey, error) + type KeyParam interface + Curve func() elliptic.Curve + func FromCurve(curve elliptic.Curve) KeyParam