Versions in this module Expand all Collapse all v1 v1.0.3 Jul 2, 2024 v1.0.2 Jun 16, 2024 Changes in this version + func ComputeMastersFromSeed(seed []byte, masterSecret []byte) (secret [32]byte, chainCode [32]byte) + func DerivePrivateKeyForPath(curve elliptic.Curve, privKeyBytes [32]byte, chainCode [32]byte, path string) ([32]byte, error) + type BIP44Params struct + Account uint32 + AddressIndex uint32 + Change bool + CoinType uint32 + Purpose uint32 + func NewFundraiserParams(account, coinType, addressIdx uint32) *BIP44Params + func NewParams(purpose, coinType, account uint32, change bool, addressIdx uint32) *BIP44Params + func NewParamsFromPath(path string) (*BIP44Params, error) + func (p BIP44Params) DerivationPath() []uint32 + func (p BIP44Params) String() string