go/src/hash
Mateusz Poliwczak 3db50924e2 hash: mention the new Cloner interface in Hash docs.
We mention that already in Cloner docs, but to be consistent, also
mention that in Hash.

Change-Id: Iee33d545662b7054973666bd45998a37f3037a51
Reviewed-on: https://go-review.googlesource.com/c/go/+/675915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2025-05-24 06:27:15 -07:00
..
adler32 crypto,hash: add and implement hash.Cloner 2025-05-21 16:39:55 -07:00
crc32 crypto,hash: add and implement hash.Cloner 2025-05-21 16:39:55 -07:00
crc64 crypto,hash: add and implement hash.Cloner 2025-05-21 16:39:55 -07:00
fnv crypto,hash: add and implement hash.Cloner 2025-05-21 16:39:55 -07:00
maphash hash/maphash: move purego-only helper functions to build tagged file 2025-05-21 20:19:55 -07:00
example_test.go
hash.go hash: mention the new Cloner interface in Hash docs. 2025-05-24 06:27:15 -07:00
marshal_test.go
test_cases.txt
test_gen.awk