Documentation ¶
Index ¶
Constants ¶
View Source
const (
KeyType = "ed25519"
)
Variables ¶
This section is empty.
Functions ¶
func GenKeys ¶
func GenKeys() (PublicKey, PrivateKey, error)
Types ¶
type PrivateKey ¶
type PrivateKey []byte
func (PrivateKey) Equals ¶
func (privKey PrivateKey) Equals(other []byte) bool
func (PrivateKey) PubKey ¶
func (privKey PrivateKey) PubKey() crypto.PubKey
func (PrivateKey) Type ¶
func (privKey PrivateKey) Type() string
Click to show internal directories.
Click to hide internal directories.