]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips/sha3/testdata: remove unused KATS
authorDaniel McCarney <daniel@binaryparadox.net>
Wed, 30 Oct 2024 19:18:35 +0000 (15:18 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 31 Oct 2024 21:18:31 +0000 (21:18 +0000)
commit81f89f201137eea758715ec14f2586513ddb8380
tree3e9f41cdb3a0b7a455ab9aef7f71271243cb7718
parentb79314289b93e3377f349b1d65c6b2073ac4e6ad
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 <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/internal/fips/sha3/testdata/keccakKats.json.deflate [deleted file]