1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/crypto
Robert Griesemer 465b9c35e5 gofmt: apply gofmt -w src misc
Remove trailing whitespace in comments.
No other changes.

R=r
CC=golang-dev
https://golang.org/cl/6815053
2012-10-30 13:38:01 -07:00
..
aes crypto/aes: speed up using AES-NI on amd64 2012-09-27 01:54:10 +08:00
cipher crypto/cipher: panic on invalid IV length 2012-10-17 14:29:00 -04:00
des crypto/...: more fixes for bug 2841 2012-02-13 12:38:45 -05:00
dsa crypto/dsa: add missing period in package comment 2012-02-17 14:48:44 -08:00
ecdsa crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00
elliptic crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00
hmac crypto/hmac: add Equal function. 2012-10-11 15:28:02 -04:00
md5 crypto: housekeeping 2012-05-29 12:45:40 -04:00
rand crypto/rand: typo fix from a69e30463bf4 2012-09-09 20:11:58 -04:00
rc4 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
rsa gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
sha1 crypto: housekeeping 2012-05-29 12:45:40 -04:00
sha256 crypto/sha256, crypto/sha512: 1.3x speedup 2012-10-05 17:04:48 -04:00
sha512 crypto/sha256, crypto/sha512: 1.3x speedup 2012-10-05 17:04:48 -04:00
subtle build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
tls gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
x509 gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
crypto.go crypto/...: changes to address some of bug 2841. 2012-02-03 15:08:53 -05:00