Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyPair ¶
func NewKeyPair() (ecdsa.PrivateKey, []byte)
func PublicKeyHash ¶
Types ¶
type Wallet ¶
type Wallet struct { //ecdsa = eliptical curve digital signiture algorithm PrivateKey ecdsa.PrivateKey PublicKey []byte }
func MakeWallet ¶
func MakeWallet() *Wallet
Click to show internal directories.
Click to hide internal directories.