# Functions
AuthorizedRSAKey returns RSA public key for given private key in a format that is suitable for authorized_keys file.
CreatePrivateRSAKey generates a 1024-bit RSA key and stores it to `path` in PEM PKCS#1 format.
ReadPrivateRSAKey reads an existing RSA private key from PKCS#1 PEM file specified by `path`.