]> Cypherpunks repositories - gostls13.git/commit
crypto: replace encoding/binary in favour of internal/byteorder
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sat, 11 May 2024 09:37:50 +0000 (09:37 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 13 May 2024 18:57:38 +0000 (18:57 +0000)
commitc98867d23a28c6502adadddc9635b22cdd998cc4
tree501112c34cc129322bf29f30a51b8e96729673f2
parenta32e94d43ee34cc6de23ff674c4f5e5b49528e86
crypto: replace encoding/binary in favour of internal/byteorder

Updates #54097

Change-Id: I827a5efd1736ce057b76f079466f2d9ead225898
GitHub-Last-Rev: 40af10469d85ce9f4bef4b40025589d9e44f43d6
GitHub-Pull-Request: golang/go#67321
Reviewed-on: https://go-review.googlesource.com/c/go/+/585017
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.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>
24 files changed:
src/crypto/aes/block.go
src/crypto/aes/ctr_s390x.go
src/crypto/aes/gcm_ppc64x.go
src/crypto/aes/gcm_s390x.go
src/crypto/cipher/gcm.go
src/crypto/des/block.go
src/crypto/des/cipher.go
src/crypto/ecdh/nist.go
src/crypto/internal/bigmod/nat.go
src/crypto/internal/edwards25519/field/fe.go
src/crypto/internal/edwards25519/scalar.go
src/crypto/internal/mlkem768/mlkem768.go
src/crypto/internal/nistec/p256_asm.go
src/crypto/md5/gen.go
src/crypto/md5/md5.go
src/crypto/md5/md5block.go
src/crypto/rand/rand_plan9.go
src/crypto/sha1/sha1.go
src/crypto/sha256/sha256.go
src/crypto/sha512/sha512.go
src/crypto/tls/bogo_shim_test.go
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_server_tls13.go
src/go/build/deps_test.go