Clarified comment for 'defaultRsaBits' constant.

That *is* a lot of bits.
pull/7287/head
Stephen Fox 7 years ago
parent 7e1cbc6d89
commit d51e300fcd

@ -17,7 +17,8 @@ import (
)
const (
// That's a lot of bits.
// defaultRsaBits is the default bits of entropy for a new RSA
// key pair. That's a lot of bits.
defaultRsaBits = 4096
// Markers for various SSH key pair types.

Loading…
Cancel
Save