1
0
mirror of https://github.com/golang/go synced 2024-11-08 11:36:10 -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 crypto/cipher, crypto/aes: add s390x implementation of AES-CBC 2016-04-29 21:17:09 +00:00
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 crypto/cipher, crypto/aes: add s390x implementation of AES-CTR 2016-04-29 21:17:31 +00:00
example_test.go crypto/cipher, math/big: fix example names 2016-08-16 14:36:32 +00:00
gcm_test.go crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390x 2016-10-05 15:37:53 +00:00
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