go/src/crypto/cipher
cuiweixie 56fb2cff9f crypto: use bytes.Clone
Change-Id: I92e110023739c6f8f7815c7e47ad7639c4e8812d
Reviewed-on: https://go-review.googlesource.com/c/go/+/435279
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: xie cui <523516579@qq.com>
2022-09-28 03:55:33 +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
cfb.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
cfb_test.go
cipher.go crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
cipher_test.go
common_test.go
ctr.go crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
ctr_aes_test.go
ctr_test.go
example_test.go
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/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
gcm_test.go
io.go
ofb.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
ofb_test.go