go/src/crypto/aes
Russ Cox 90466e1ddf crypto/internal/subtle: rename to crypto/internal/alias
This avoids an import conflict with crypto/subtle.
CL 424175 does the same for x/crypto.

Change-Id: Id4a319b3283b8affaaf769062388325b31fe1715
Reviewed-on: https://go-review.googlesource.com/c/go/+/424194
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
2022-08-17 18:46:05 +00:00
..
aes_gcm.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
aes_test.go
asm_amd64.s crypto/aes: fix key size typo 2022-02-09 21:39:49 +00:00
asm_arm64.s
asm_ppc64x.s crypto/aes: simplify key load+store on PPC64 2022-05-13 14:14:49 +00:00
asm_s390x.s
block.go
cbc_ppc64x.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
cbc_s390x.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
cipher.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
cipher_asm.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
cipher_generic.go crypto/aes: enable asm block ciphers for ppc64 2022-05-07 10:56:06 +00:00
cipher_s390x.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
const.go
ctr_s390x.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
gcm_amd64.s
gcm_arm64.s
gcm_ppc64x.go crypto/aes: add BE support to gcm 2022-05-10 20:13:31 +00:00
gcm_ppc64x.s crypto/aes: add BE support to gcm 2022-05-10 20:13:31 +00:00
gcm_s390x.go crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
modes.go
modes_test.go