]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: delete outdated fuzz test
authorFilippo Valsorda <filippo@golang.org>
Sun, 27 Mar 2022 01:07:30 +0000 (03:07 +0200)
committerFilippo Valsorda <filippo@golang.org>
Tue, 5 Apr 2022 09:26:22 +0000 (09:26 +0000)
commita5f801f39d8c9d4df2edfd6ffd9171b9216445d1
treed0247114b24dd9bf756eeccba4bac5236362456e
parenta041a752955d772a3b5e1080ee7951a66c2be12b
crypto/elliptic: delete outdated fuzz test

It had not been doing anything since CL 233939, because the Params
method was getting upgraded to the assembly one. We could make it use
genericParamsForCurve, but really we need lower-level, targeted Go 1.18
fuzz targets in nistec now.

Change-Id: I5b198a309aa90ecef9c04aaa6c107d5c0a41a44b
Reviewed-on: https://go-review.googlesource.com/c/go/+/396254
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Trust: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/elliptic/fuzz_test.go [deleted file]