golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.67k stars 17.49k forks source link

Documentation bug in crypto/elliptic package #3735

Closed gopherbot closed 9 years ago

gopherbot commented 12 years ago

by liamzebedee:

In the crypto/elliptic package - http://golang.org/pkg/crypto/elliptic/#P521

In the documentation of the P521 function:

> P256 returns a Curve which implements P-521 

This should be:

> P521 returns a Curve which implements P-521
minux commented 12 years ago

Comment 1:

This issue was closed by revision a11e74daf7e42fa811378f5f38fb0dfdf6480f3.

Status changed to Fixed.

davecheney commented 12 years ago

Comment 2:

Issue #3809 has been merged into this issue.