]> Cypherpunks repositories - gostls13.git/commit
crypto: update incorrect references to Cipher interface; should be Block.
authorRob Pike <r@golang.org>
Wed, 9 Nov 2011 22:22:44 +0000 (14:22 -0800)
committerRob Pike <r@golang.org>
Wed, 9 Nov 2011 22:22:44 +0000 (14:22 -0800)
commit217408abf37b54aad25c2566d3e44691bc72b699
tree4b028920ad7b394818cfd0622767167072902ee5
parent6c10aa19b88d3a3c602c725821f73b02d0cd2d58
crypto: update incorrect references to Cipher interface; should be Block.

R=gri, rsc, r
CC=golang-dev
https://golang.org/cl/5372050
doc/go_spec.html
src/pkg/crypto/aes/cipher.go
src/pkg/crypto/blowfish/cipher.go
src/pkg/crypto/xtea/cipher.go