Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶
type KeyPair struct { PrivateKey ed25519.PrivateKey PublicKey ed25519.PublicKey }
func FromPrivateKey ¶
func FromPrivateKey(privateKey ed25519.PrivateKey) *KeyPair
func FromPublicKey ¶
Click to show internal directories.
Click to hide internal directories.