Clarified comment for 'defaultRsaBits' constant.

That *is* a lot of bits.
This commit is contained in:
Stephen Fox 2019-03-01 12:17:13 -05:00
parent 7e1cbc6d89
commit d51e300fcd
1 changed files with 2 additions and 1 deletions

View File

@ -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.