Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶ added in v1.17.32
type KeyPair struct { Public ed25519.PublicKey Private ed25519.PrivateKey }
func (KeyPair) MarshalPem ¶ added in v1.17.32
type Loader ¶ added in v1.19.1
type Loader struct {
Dir string
}
func (Loader) LoadPemBlock ¶ added in v1.19.1
func (Loader) LoadPrivateKey ¶ added in v1.19.1
func (loader Loader) LoadPrivateKey(filename string) (ed25519.PrivateKey, error)
Click to show internal directories.
Click to hide internal directories.