golang/src/crypto/sha512
apocelipes 2b42ed6483 crypto: use byteorder to simplify consumeUint32 and consumeUint64
A follow-up for the recent CL 585017.

Change-Id: I9faaff7fdf62fc931fc7f64dbe238de277280730
GitHub-Last-Rev: 468d60c3960751c1eec81c6ef1a57ab9e32f2eb8
GitHub-Pull-Request: golang/go#67425
Reviewed-on: https://go-review.googlesource.com/c/go/+/586035
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-16 16:50:58 +00:00
..
fallback_test.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512.go crypto: use byteorder to simplify consumeUint32 and consumeUint64 2024-05-16 16:50:58 +00:00
sha512_test.go Revert "crypto/sha512: add WriteString and WriteByte method" 2023-05-03 21:17:08 +00:00
sha512block.go Revert "crypto/sha512: add WriteString and WriteByte method" 2023-05-03 21:17:08 +00:00
sha512block_amd64.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_amd64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_arm64.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_arm64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_decl.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_generic.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_ppc64x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_riscv64.s cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64 2024-03-07 14:57:07 +00:00
sha512block_s390x.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha512block_s390x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00