Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadEd25519PrivateKeyFromPEMFile ¶
func ReadEd25519PrivateKeyFromPEMFile(filepath string) (ed25519.PrivateKey, error)
ReadEd25519PrivateKeyFromPEMFile reads an Ed25519 private key from a file with PEM format.
func WriteEd25519PrivateKeyToPEMFile ¶
func WriteEd25519PrivateKeyToPEMFile(filepath string, privateKey ed25519.PrivateKey) error
WriteEd25519PrivateKeyToPEMFile stores an Ed25519 private key to a file with PEM format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.