golang/src/crypto/aes
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
..
aes_gcm.go all: make use of builtin clear 2024-03-27 18:23:49 +00:00
aes_test.go crypto/aes: speed up AES by reducing allocations 2024-03-25 14:58:19 +00:00
asm_amd64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
asm_arm64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
asm_ppc64x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
asm_s390x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
block.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
cbc_ppc64x.go crypto/aes: fix regression for ppc64x 2024-03-26 19:58:31 +00:00
cbc_s390x.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
cipher.go crypto/aes: speed up AES by reducing allocations 2024-03-25 14:58:19 +00:00
cipher_asm.go crypto/aes: speed up AES by reducing allocations 2024-03-25 14:58:19 +00:00
cipher_generic.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
cipher_s390x.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
const.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
ctr_s390x.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
gcm_amd64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
gcm_arm64.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
gcm_ppc64x.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
gcm_ppc64x.s crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00
gcm_s390x.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
modes.go crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00
modes_test.go crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00