Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWrongSize = errors.New("text or data has wrong size") ErrInvalidText = errors.New("text has invalid char") )
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey ed25519.PrivateKey
func (PrivateKey) MarshalText ¶
func (k PrivateKey) MarshalText() (text []byte, err error)
func (*PrivateKey) UnmarshalText ¶
func (k *PrivateKey) UnmarshalText(txt []byte) error
Click to show internal directories.
Click to hide internal directories.