golang/src/crypto/sha1
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
..
example_test.go crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a file 2016-09-19 17:29:19 +00:00
fallback_test.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
issue15617_test.go all: move //go:build lines below copyright notice 2022-09-14 14:17:04 +00:00
sha1.go crypto: use byteorder to simplify consumeUint32 and consumeUint64 2024-05-16 16:50:58 +00:00
sha1_test.go Revert "crypto/sha1: add WriteString and WriteByte method" 2023-05-03 21:27:16 +00:00
sha1block.go Revert "crypto/sha1: add WriteString and WriteByte method" 2023-05-03 21:27:16 +00:00
sha1block_386.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_amd64.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_amd64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_arm.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_arm64.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_arm64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_decl.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_generic.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_s390x.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
sha1block_s390x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00