]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: update docs for the Stream interface
authorShenghou Ma <minux@golang.org>
Thu, 18 Dec 2014 08:18:23 +0000 (03:18 -0500)
committerMinux Ma <minux@golang.org>
Fri, 26 Dec 2014 20:57:43 +0000 (20:57 +0000)
commit354467ffbb81247ff17de9a70796b155337cb299
treeb7268ffb0cef3e8301787aeaa653e10a55ad024e
parentc0abdd9f29aa584804ab98ff964cd7d590f81260
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>
src/crypto/cipher/cipher.go