go/src/crypto/cipher
Iskander Sharipov 8782fd0431 crypto/cipher: fix duplicated arguments to bytes.Equal in test
Args were duplicated by a mistake. Found using static analysis tools.

Change-Id: I2f61e09844bc409b1f687d654767332d93dd39a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/164937
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2019-03-08 22:18:36 +00:00
..
benchmark_test.go crypto/cipher: 8K benchmarks for AES stream modes 2018-09-25 23:11:34 +00:00
cbc.go crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
cbc_aes_test.go
cfb.go crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +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 all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
cipher_test.go
common_test.go
ctr.go crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
ctr_aes_test.go
ctr_test.go
example_test.go crypto/cipher: make stream examples runnable in the playground 2018-10-30 16:23:44 +00:00
export_test.go crypto/cipher: use SIMD for xor on amd64 2018-10-30 17:09:42 +00:00
gcm.go crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methods 2018-08-21 16:15:16 +00:00
gcm_test.go crypto/aes: implement AES-GCM AEAD for arm64 2018-07-20 03:30:04 +00:00
io.go
ofb.go crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
ofb_test.go
xor_amd64.go crypto/cipher: use SIMD for xor on amd64 2018-10-30 17:09:42 +00:00
xor_amd64.s crypto/cipher: use SIMD for xor on amd64 2018-10-30 17:09:42 +00:00
xor_generic.go crypto/cipher: add VSX implementation of xorBytes for ppc64x 2018-11-01 15:56:48 +00:00
xor_ppc64x.go crypto/cipher: add VSX implementation of xorBytes for ppc64x 2018-11-01 15:56:48 +00:00
xor_ppc64x.s crypto/cipher: add VSX implementation of xorBytes for ppc64x 2018-11-01 15:56:48 +00:00
xor_test.go crypto/cipher: use SIMD for xor on amd64 2018-10-30 17:09:42 +00:00