1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/crypto
Robert Griesemer 90564a9256 go/printer: changed max. number of newlines from 3 to 2
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go
(cd src/cmd/gofix/testdata; gofmt -w *.in *.out)
(cd src/pkg/go/printer; gotest -update)
gofmt -w misc src

runs all tests

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4715041
2011-07-14 14:39:40 -07:00
..
aes crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
blowfish crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
cast5 os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
cipher crypto/openpgp: add support for symmetrically encrypting files. 2011-06-01 15:23:22 -04:00
des crypto/des: cleanups 2011-04-05 15:40:48 -04:00
dsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
ecdsa crypto/ecdsa, crypto/rsa: use io.ReadFull to read from random source. 2011-04-05 17:11:31 -04:00
elliptic pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
hmac pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
md4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
md5 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ocsp go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
openpgp go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
rand windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
rc4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ripemd160 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
rsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
sha1 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha256 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha512 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
subtle pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
tls go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
twofish crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
x509 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
xtea crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
crypto.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00