1
0
mirror of https://github.com/golang/go synced 2024-11-08 11:46:31 -07:00
go/src/crypto/cipher
Brad Fitzpatrick 4c4201f0e2 all: make spelling consistent
Fixes #17938

Change-Id: Iad12155f4976846bd4a9a53869f89e40e5b3deb3
Reviewed-on: https://go-review.googlesource.com/34147
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2016-12-08 23:22:37 +00:00
..
benchmark_test.go
cbc_aes_test.go
cbc.go
cfb_test.go
cfb.go
cipher_test.go crypto/{aes,cipher}: fix panic in CBC on s390x when src length is 0 2016-10-13 21:42:23 +00:00
cipher.go
common_test.go
ctr_aes_test.go
ctr_test.go
ctr.go
example_test.go
gcm_test.go
gcm.go all: make spelling consistent 2016-12-08 23:22:37 +00:00
io.go
ofb_test.go
ofb.go
xor_test.go
xor.go