Clarified comment for 'defaultRsaBits' constant.
That *is* a lot of bits.
This commit is contained in:
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…
Reference in New Issue