# Functions
MarshalED25519PublicKey converts a crypto.ed25519 PublicKey into a string.
ParseED25519PrivateKey attempts to parse a crypto.ed25519 PrivateKey from a given byte slice.
ParseED25519PublicKey attempts to parse a crypto.ed25519 PublicKey from a given byte slice.
# Variables
ErrKeyUnknown is thrown when the key type is not ed25519.
ErrMissingOrBadBlock is thrown when the PEM cannot be correctly decoded.