1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00

crypto/elliptic: fix doc typo

Fixes #3735.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6301083
This commit is contained in:
Shenghou Ma 2012-06-14 22:43:15 +08:00
parent 71a1673c0a
commit a11e74daf7

View File

@ -370,7 +370,7 @@ func P384() Curve {
return p384 return p384
} }
// P256 returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5) // P521 returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5)
func P521() Curve { func P521() Curve {
initonce.Do(initAll) initonce.Do(initAll)
return p521 return p521