]> Cypherpunks repositories - gostls13.git/commit
crypto: use byteorder to simplify consumeUint32 and consumeUint64
authorapocelipes <seve3r@outlook.com>
Thu, 16 May 2024 12:58:48 +0000 (12:58 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 16 May 2024 16:50:58 +0000 (16:50 +0000)
commit2b42ed6483a982b7b9683a3b55f3e0febf37d74f
tree7ab0ba2c3837205b22897ad09e10021e657205f2
parent4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb
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>
src/crypto/sha1/sha1.go
src/crypto/sha256/sha256.go
src/crypto/sha512/sha512.go