]> Cypherpunks repositories - gostls13.git/commit
crypto: replace "crypto/block" with "crypto/cipher" in comments
authorDmitry Chestnykh <dchest@gmail.com>
Mon, 27 Jun 2011 13:16:42 +0000 (09:16 -0400)
committerAdam Langley <agl@golang.org>
Mon, 27 Jun 2011 13:16:42 +0000 (09:16 -0400)
commitd1dbfe582748fd081ab1093564534bbda9a8b3bd
tree65aa19217dc31b3b47cb7646164592db431e99f0
parentda19831c176e93e53f5037689066a4e7803ffb58
crypto: replace "crypto/block" with "crypto/cipher" in comments

Documentation mentioned the obsolete package "crypto/block",
which has been replaced with "crypto/cipher".

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/4654064
src/pkg/crypto/aes/cipher.go
src/pkg/crypto/blowfish/cipher.go
src/pkg/crypto/twofish/twofish.go
src/pkg/crypto/xtea/cipher.go