go/src/crypto/cipher
Josh Bleecher Snyder 302dd7b71e crypto/cipher, math/big: fix example names
Fixes (legit) vet warnings.
Fix some verb tenses while we're here.

Updates #11041

Change-Id: I27e995f55b38f4cf584e97a67b8545e8247e83d6
Reviewed-on: https://go-review.googlesource.com/27122
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-08-16 14:36:32 +00:00
..
benchmark_test.go crypto/aes: dedicated asm version of AES-GCM 2015-08-29 21:02:38 +00:00
cbc.go crypto/cipher, crypto/aes: add s390x implementation of AES-CBC 2016-04-29 21:17:09 +00:00
cbc_aes_test.go
cfb.go
cfb_test.go
cipher.go all: single space after period. 2016-03-02 00:13:47 +00:00
cipher_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
common_test.go
ctr.go crypto/cipher, crypto/aes: add s390x implementation of AES-CTR 2016-04-29 21:17:31 +00:00
ctr_aes_test.go
ctr_test.go crypto/cipher: fix CTR infinite loop with large block sizes 2015-10-20 21:38:36 +00:00
example_test.go crypto/cipher, math/big: fix example names 2016-08-16 14:36:32 +00:00
gcm.go crypto/cipher: always zero dst buffer on GCM authentication failure. 2016-01-10 19:03:42 +00:00
gcm_test.go crypto/cipher: always zero dst buffer on GCM authentication failure. 2016-01-10 19:03:42 +00:00
io.go
ofb.go
ofb_test.go
xor.go crypto/cipher: enable fastXORBytes on s390x 2016-04-14 18:26:09 +00:00
xor_test.go all: use bytes.Equal, bytes.Contains and strings.Contains 2016-04-01 02:05:01 +00:00