mirror of
https://github.com/golang/go
synced 2024-11-26 03:27:58 -07:00
crypto/ecdsa: fix typo
Change-Id: I32580ffb31ffad05a7c8d3aa0c491aff9f55ea6a
GitHub-Last-Rev: 67516eaa18
GitHub-Pull-Request: golang/go#65565
Reviewed-on: https://go-review.googlesource.com/c/go/+/562316
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
73847aa41b
commit
70a2e84e91
@ -428,7 +428,7 @@ func testZeroSignature(t *testing.T, curve elliptic.Curve) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestNegtativeSignature(t *testing.T) {
|
||||
func TestNegativeSignature(t *testing.T) {
|
||||
testAllCurves(t, testNegativeSignature)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user