]> Cypherpunks repositories - gostls13.git/commit
crypto/ecdsa: drop SEC 1 reference from package doc
authorFilippo Valsorda <filippo@golang.org>
Wed, 24 Aug 2022 10:32:51 +0000 (12:32 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 3 Jan 2025 22:40:11 +0000 (14:40 -0800)
commit705b5a569acb9207fda8ea469387d88346b6817a
tree171e8a8af142d4398db5b0287e04063f7516efdd
parentf966695ccea356e4e4e8cc0328276e2d00c9fc1e
crypto/ecdsa: drop SEC 1 reference from package doc

FIPS 186-4 used to defer to ANSI X9.62-2005, which is not freely
available, so we were referring to SEC 1 instead. Our new reference,
FIPS 186-5, actually specifies the full algorithm, so there is no need
to refer to SEC 1 anymore.

Change-Id: Ief499d0f7778f3221547993e9e8951ae873aacef
Reviewed-on: https://go-review.googlesource.com/c/go/+/640115
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/ecdsa/ecdsa.go