Documentation ¶
Index ¶
Constants ¶
View Source
const ( RSAKeyAlgorithm = "rsa" Ed25519KeyAlgorithm = "ed25519" RSAKeyLengthBits = 2048 )
Variables ¶
View Source
var KeyAlgorithms = []string{RSAKeyAlgorithm, Ed25519KeyAlgorithm}
Functions ¶
Types ¶
type KeyAlgorithm ¶
type KeyAlgorithm string
Click to show internal directories.
Click to hide internal directories.