# Functions

AlgorithmString retrieves an enum value from the enum constants string name.
AlgorithmStrings returns a slice of all String values of the enum.
AlgorithmValues returns all values of the enum.
GeneratePair generates a Private/Public key pair using algorithm t.
No description provided by the author
PairFromDSA marshalls a valid pair of openssh pem for dsa keypairs.
PairFromED25519 marshals a valid pair of openssh pem for ED25519 keypairs.
No description provided by the author

# Constants

go:generate enumer -type Algorithm -transform snake.
go:generate enumer -type Algorithm -transform snake.
go:generate enumer -type Algorithm -transform snake.
go:generate enumer -type Algorithm -transform snake.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Pair represents an ssh key pair, as in.

# Type aliases

No description provided by the author