Versions in this module Expand all Collapse all v0 v0.5.0 May 26, 2024 Changes in this version + func NewPrivateKeyFromSeed(seed []byte) ([]byte, error) + func NewPrivateKeyFromSeedByPath(seed []byte, path string) ([]byte, error) + func NewSeedFromMnemonic(mnemonic string, password string) ([]byte, error) + func ToEcdsa(privateKey []byte) *ecdsa.PrivateKey + func ToSecp256k1(privateKey []byte) *secp256k1.PrivateKey