1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/crypto/aes
Adam Langley 02939dec80 crypto: switch block ciphers to detination first.
Previously all the functions took two arguments: src, dst. This is the
reverse of the usual Go style and worth changing sooner rather than
later.

Unfortunately, this is a change that the type system doesn't help
with. However, it's not a subtle change: any unittest worth the name
should catch this.

R=rsc, r
CC=golang-dev
https://golang.org/cl/2751042
2010-11-03 10:43:43 -04:00
..
aes_test.go crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
block.go crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
cipher.go crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
const.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00