package
1.1.0
Repository: https://github.com/andrewslotin/doppelganger.git
Documentation: pkg.go.dev

# 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`.