]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: document the Name and names of each curve
authorFilippo Valsorda <filippo@golang.org>
Mon, 10 Feb 2020 22:29:13 +0000 (17:29 -0500)
committerFilippo Valsorda <filippo@golang.org>
Tue, 11 Feb 2020 00:59:47 +0000 (00:59 +0000)
commit25da21ddc935f1af1b10361c52984ddaaade9265
treede130884490e0787725b2ac452c715de53e69b6a
parentab5d9f5831cd267e0d8e8954cfe9987b737aec9c
crypto/elliptic: document the Name and names of each curve

See https://tools.ietf.org/html/rfc8422#appendix-A for a helpful table.

Also, commit to keeping them singletons, as that assumption is already
made all over the place in the ecosystem.

Fixes #34193

Change-Id: I2ec50fa18bb80e11d6101f2562df60b5e27d4f66
Reviewed-on: https://go-review.googlesource.com/c/go/+/218921
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/crypto/elliptic/elliptic.go