1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/crypto
Adam Langley 057bdfe39d crypto/rsa: flip the CRT code over so that it matches PKCS#1
The CRT is symmetrical in the case of two variables and I picked a
different form from PKCS#1.

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4381041
2011-04-06 10:22:04 -04:00
..
aes crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04: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: bad CTR IV length now triggers panic 2011-03-29 15:47:35 -04:00
des crypto/des: cleanups 2011-04-05 15:40:48 -04:00
dsa crypto/dsa: add support for DSA 2011-01-25 12:25:53 -05:00
ecdsa crypto/ecdsa, crypto/rsa: use io.ReadFull to read from random source. 2011-04-05 17:11:31 -04:00
elliptic testing: shorten some more tests 2011-03-26 11:25:22 -07:00
hmac crypto/hmac: add HMAC-SHA256 2010-12-17 12:19:37 -05:00
md4 crypto: add package. 2011-02-01 11:02:48 -05:00
md5 crypto: add package. 2011-02-01 11:02:48 -05:00
ocsp crypto: add package. 2011-02-01 11:02:48 -05:00
openpgp testing: shorten some tests. 2011-03-25 16:31:10 -07:00
rand os: New Open API. 2011-04-04 23:42:14 -07:00
rc4 crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00
ripemd160 crypto: add package. 2011-02-01 11:02:48 -05:00
rsa crypto/rsa: flip the CRT code over so that it matches PKCS#1 2011-04-06 10:22:04 -04:00
sha1 crypto: add package. 2011-02-01 11:02:48 -05:00
sha256 crypto: add package. 2011-02-01 11:02:48 -05:00
sha512 crypto: add package. 2011-02-01 11:02:48 -05:00
subtle gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
tls gofix: don't rewrite O_APPEND opens 2011-04-05 11:12:02 -04:00
twofish crypto/twofish: update with rsc's comments 2011-01-19 19:41:27 -05:00
x509 crypto/rsa: add support for precomputing CRT values. 2011-04-05 18:07:01 -04:00
xtea crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
crypto.go crypto: add package. 2011-02-01 11:02:48 -05:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00