Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSharedKey ¶
func GetSharedKey(privateKey *PrivateKey, publicKey *string) (*string, error)
Types ¶
type Keypair ¶
type Keypair struct { PrivateKey *PrivateKey `json:"privateKey"` PublicKey *string `json:"publicKey"` }
func GenerateKeys ¶
type PrivateKey ¶
Click to show internal directories.
Click to hide internal directories.