mirror of
https://github.com/golang/go
synced 2024-11-19 23:14:47 -07:00
crypto/dsa: adjust GenerateParameters comment
Fixes #13725. Change-Id: I5fe46851b238fc9ab301da8f8fc37bd1b7871748 Reviewed-on: https://go-review.googlesource.com/18316 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
a8f8d550e8
commit
7f0b4a879b
@ -51,7 +51,7 @@ const (
|
||||
const numMRTests = 64
|
||||
|
||||
// GenerateParameters puts a random, valid set of DSA parameters into params.
|
||||
// This function takes many seconds, even on fast machines.
|
||||
// This function can take many seconds, even on fast machines.
|
||||
func GenerateParameters(params *Parameters, rand io.Reader, sizes ParameterSizes) (err error) {
|
||||
// This function doesn't follow FIPS 186-3 exactly in that it doesn't
|
||||
// use a verification seed to generate the primes. The verification
|
||||
|
Loading…
Reference in New Issue
Block a user