golang/src/crypto/cipher
Mateusz Poliwczak c98867d23a 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>
2024-05-13 18:57:38 +00:00
..
benchmark_test.go crypto/cipher: make AES-GCM benchmarks match ChaCha20Poly1305 ones 2021-04-28 19:13:50 +00:00
cbc.go crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
cbc_aes_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
cfb.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
cfb_test.go crypto/cipher: fix duplicated arguments to bytes.Equal in test 2019-03-08 22:18:36 +00:00
cipher.go crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
cipher_test.go crypto/{aes,cipher}: fix panic in CBC on s390x when src length is 0 2016-10-13 21:42:23 +00:00
common_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
ctr.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
ctr_aes_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
ctr_test.go crypto/cipher: fix CTR infinite loop with large block sizes 2015-10-20 21:38:36 +00:00
example_test.go crypto/cipher: make stream examples runnable in the playground 2018-10-30 16:23:44 +00:00
export_test.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
fuzz_test.go crypto/aes: improve performance for aes-cbc on ppc64le 2022-03-03 13:39:12 +00:00
gcm.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
gcm_test.go Revert "crypto/internal/boring: use noescape and nocallback cgo directives" 2023-10-25 15:27:49 +00:00
io.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
ofb.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
ofb_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00