1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/crypto
Rob Pike 1ce6245d6c throughout: fix broken calls to Printf etc.
I have written a tool to verify Printf calls, and although it's not
ready to be reviewed yet it's already uncovered a spate of problems
in the repository.  I'm sending this CL to break the changes into
pieces; as the tool improves it will find more, I'm sure.

R=rsc
CC=golang-dev
https://golang.org/cl/3427043
2010-12-07 16:42:54 -05:00
..
aes crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
block utf8: make EncodeRune's destination the first argument. 2010-11-30 16:59:43 -05:00
blowfish crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
cast5 crypto: add cast5 2010-11-03 10:39:15 -04:00
cipher crypto/cipher: add CFB and OCFB mode. 2010-11-19 16:17:58 -05:00
elliptic throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
hmac gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
md4 use copy 2010-10-26 21:52:54 -07:00
md5 use copy 2010-10-26 21:52:54 -07:00
ocsp crypto/ocsp: update for asn1 change (fix build) 2010-09-24 13:08:35 -04:00
rand build: no required environment variables 2010-08-18 10:08:49 -04:00
rc4 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
ripemd160 use copy 2010-10-26 21:52:54 -07:00
rsa gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
sha1 use copy 2010-10-26 21:52:54 -07:00
sha256 use copy 2010-10-26 21:52:54 -07:00
sha512 use copy 2010-10-26 21:52:54 -07:00
subtle gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
tls crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00
x509 crypto/x509: policy OID support and fixes. 2010-11-11 15:50:40 -05:00
xtea crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00