# Functions
LoadOrCreateIdentityPrivateKey loads an existing Ed25519 based identity private key or creates a new one and stores it as a PEM file in the identityFilePath.
No description provided by the author
ParseEd25519PrivateKeyFromString parses an Ed25519 private key from a hex encoded string.
ReadEd25519PrivateKeyFromPEMFile reads an Ed25519 private key from a file with PEM format.
WriteEd25519PrivateKeyToPEMFile stores an Ed25519 private key to a file with PEM format.
# Variables
Errors.
No description provided by the author
No description provided by the author