]> Cypherpunks repositories - gostls13.git/commit
hash: use testhash.TestHash in all hash functions
authorAustin Clements <austin@google.com>
Mon, 5 May 2025 21:12:42 +0000 (17:12 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 8 May 2025 23:41:48 +0000 (16:41 -0700)
commit16d31dcc838e87d34f670ffd00e123f7a0d00d30
tree0770e26dae9b5ebb447002d1e4958ead935aa916
parent3f7c0cc73cc32f7db88c9f347a1911a8506808ad
hash: use testhash.TestHash in all hash functions

For #69521

Change-Id: I4e056253f94ad421fcef12d21edaaaf2517b64c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/670179
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/hash/adler32/adler32_test.go
src/hash/crc32/crc32_test.go
src/hash/crc64/crc64_test.go
src/hash/fnv/fnv_test.go
src/hash/maphash/maphash_test.go