1
0
mirror of https://github.com/golang/go synced 2024-11-26 00:38:00 -07:00
go/src/hash
cuishuang 71751350b0 all: make function comments match function names
Change-Id: Ideb9ef00e7bc660b005fc080973fd9f3d36c5a1f
Reviewed-on: https://go-review.googlesource.com/c/go/+/589536
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-06-03 14:56:25 +00:00
..
adler32 hash: use internal/byteorder 2024-05-12 05:36:29 +00:00
crc32 all: make function comments match function names 2024-06-03 14:56:25 +00:00
crc64 hash: use more internal/byteorder functions to simplify the code 2024-05-18 22:36:41 +00:00
fnv hash: use more internal/byteorder functions to simplify the code 2024-05-18 22:36:41 +00:00
maphash hash: use internal/byteorder 2024-05-12 05:36:29 +00:00
example_test.go
hash.go hash: add available godoc link 2023-10-13 19:15:34 +00:00
marshal_test.go
test_cases.txt
test_gen.awk