From: Daniel McCarney Date: Wed, 30 Oct 2024 19:18:35 +0000 (-0400) Subject: crypto/internal/fips/sha3/testdata: remove unused KATS X-Git-Tag: go1.24rc1~518 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81f89f201137eea758715ec14f2586513ddb8380;p=gostls13.git crypto/internal/fips/sha3/testdata: remove unused KATS When the SHA3 code was imported from x/crypto we determined the keccackKats.json.deflate testcases were redundant with existing test coverage and ACVP. While the testcases referencing the data were already removed, we forgot to remove the data itself prior to this commit. Change-Id: Id2da9201653ff93e618e905bef53f57cf450b5b9 Reviewed-on: https://go-review.googlesource.com/c/go/+/623655 Reviewed-by: Filippo Valsorda LUCI-TryBot-Result: Go LUCI Reviewed-by: Carlos Amedee Auto-Submit: Filippo Valsorda Reviewed-by: Roland Shoemaker --- diff --git a/src/crypto/internal/fips/sha3/testdata/keccakKats.json.deflate b/src/crypto/internal/fips/sha3/testdata/keccakKats.json.deflate deleted file mode 100644 index 7a94c2f8bc..0000000000 Binary files a/src/crypto/internal/fips/sha3/testdata/keccakKats.json.deflate and /dev/null differ