go/src/pkg/crypto/aes
Adam Langley cdd7e02583 crypto/...: more fixes for bug 2841
1) Remove the Reset() member in crypto/aes and crypto/des (and
   document the change).
2) Turn several empty error structures into vars. Any remaining error
   structures are either non-empty, or will probably become so in the
   future.
3) Implement SetWriteDeadline for TLS sockets. At the moment, the TLS
   status cannot be reused after a Write error, which is probably fine
   for most uses.
4) Make crypto/aes and crypto/des return a cipher.Block.

R=rsc, r
CC=golang-dev
https://golang.org/cl/5625045
2012-02-13 12:38:45 -05:00
..
aes_test.go panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
block.go crypto/aes: Made faster by eliminating some indirection 2011-12-12 09:58:04 -05:00
cipher.go crypto/...: more fixes for bug 2841 2012-02-13 12:38:45 -05:00
const.go crypto/aes: Made faster by eliminating some indirection 2011-12-12 09:58:04 -05:00