go/src/crypto/cipher
Russ Cox 19309779ac all: gofmt main repo
[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go.dev/s/godocfmt-design.]

Run the updated gofmt, which reformats doc comments,
on the main repository. Vendored files are excluded.

For #51082.

Change-Id: I7332f099b60f716295fb34719c98c04eb1a85407
Reviewed-on: https://go-review.googlesource.com/c/go/+/384268
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-11 16:34:30 +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/aes: improve performance for aes-cbc on ppc64le 2022-03-03 13:39:12 +00:00
cbc_aes_test.go
cfb.go
cfb_test.go
cipher.go
cipher_test.go
common_test.go
ctr.go
ctr_aes_test.go
ctr_test.go
example_test.go
export_test.go crypto/aes: improve performance for aes-cbc on ppc64le 2022-03-03 13:39:12 +00:00
fuzz_test.go crypto/aes: improve performance for aes-cbc on ppc64le 2022-03-03 13:39:12 +00:00
gcm.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
gcm_test.go
io.go
ofb.go
ofb_test.go
xor_amd64.go
xor_amd64.s
xor_arm64.go
xor_arm64.s
xor_generic.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
xor_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
xor_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
xor_test.go