go/src/hash
Olivier Mengué 9c663e8bf7 hash/crc32: fix codegen to align with manual changes
Update gen_const_ppc64le.go to match the manual changes applied in
CL 478976.

Change-Id: I79a0d014a2a151750f898517b2771b312f3437bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/555996
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
2024-01-23 00:03:20 +00:00
..
adler32 hash: simplify binary operations 2023-11-19 15:24:07 +00:00
crc32 hash/crc32: fix codegen to align with manual changes 2024-01-23 00:03:20 +00:00
crc64 hash: simplify binary operations 2023-11-19 15:24:07 +00:00
fnv all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
maphash math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +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