# Functions
GeneratesECDSAKeys generates a new ECDSA key pair and returns the private and public keys in PEM format.
GeneratesED25519Keys generates a new EdDSA key pair and returns the private and public keys in PEM format.
GeneratesRSAKeys generates a new RSA key pair and returns the private and public keys in PEM format.