]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: make NewCBCEncrypter return BlockMode
authorRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 16:21:04 +0000 (11:21 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 16:21:04 +0000 (11:21 -0500)
commita46102d2094126c7e33cfd9b90e739e7ad1ab9b7
tree23e8251e867cf5c261e132c08e3073319fb97451
parent754f0402c3d570e9d956b491f0434e1fccff6e6f
crypto/cipher: make NewCBCEncrypter return BlockMode

Fixes #1389.

R=agl1
CC=golang-dev
https://golang.org/cl/3827043
src/pkg/crypto/cipher/cbc.go