1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:11:21 -06:00
go/src/crypto/cipher
Shenghou Ma 354467ffbb crypto/cipher: update docs for the Stream interface
Specify what will happen if len(dst) != len(src).

Change-Id: I66afa3730f637753b825189687418f14ddec3629
Reviewed-on: https://go-review.googlesource.com/1754
Reviewed-by: Adam Langley <agl@golang.org>
2014-12-26 20:57:43 +00:00
..
benchmark_test.go
cbc_aes_test.go
cbc.go
cfb_test.go
cfb.go
cipher_test.go
cipher.go
common_test.go
ctr_aes_test.go
ctr.go
example_test.go
gcm_test.go
gcm.go
io.go
ofb_test.go
ofb.go
xor_test.go
xor.go