Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrvKey ¶
type PrvKey []byte
PrvKey is a ed25519 extended private key.
type PubKey ¶
type PubKey []byte
PubKey is a edd25519 public key.
type XPrvKey ¶
type XPrvKey []byte
XPrvKey is the extended private key (64 bytes) appended with the chain code (32 bytes).
func NewXPrvKey ¶
NewXPrvKey creates a new extended private key from a bech32 encoded private key.
func NewXPrvKeyFromEntropy ¶
type XPubKey ¶
type XPubKey []byte
XPubKey is the public key (32 bytes) appended with the chain code (32 bytes).
func NewXPubKey ¶
NewXPubKey creates a new extended public key from a bech32 encoded extended public key.
Click to show internal directories.
Click to hide internal directories.