index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
/
rsa
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
2
-51
/
+21
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
4
-46
/
+42
2010-05-03
big: completed set of Int division routines & cleanups
Robert Griesemer
3
-10
/
+10
2010-03-29
comment typo in crypto/rsa/rsa.go
Andrew Gerrand
1
-1
/
+1
2010-03-08
crypto/rsa: don't use safe primes.
Adam Langley
2
-11
/
+7
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-7
/
+6
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
4
-311
/
+311
2009-12-03
crypto/rsa: fix shadowing error.
Adam Langley
1
-2
/
+2
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2
-8
/
+8
2009-11-18
remove bytes.Copy
Rob Pike
2
-8
/
+6
2009-11-17
crypto/rsa: add PKCS#1 v1.5 signature support.
Adam Langley
3
-0
/
+179
2009-11-14
crypto/rsa: handle the case of non-coprime blinds.
Adam Langley
2
-11
/
+26
2009-11-11
Reland a112249da741, this time with missing file.
Adam Langley
2
-51
/
+35
2009-11-11
roll back 3985: build is broken
Russ Cox
2
-35
/
+51
2009-11-11
big:
Adam Langley
2
-51
/
+35
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
3
-24
/
+24
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
4
-39
/
+39
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-3
/
+1
2009-11-05
gofmt'ed more stragglers
Robert Griesemer
1
-8
/
+8
2009-11-05
crypto/tls (part 5/5)
Adam Langley
4
-4
/
+24
2009-11-03
encoding/*: reverse the order of src, dst so that dst is first.
Adam Langley
1
-1
/
+1
2009-11-03
crypto/rsa: fix blinding when using a null random source.
Adam Langley
1
-0
/
+4
2009-11-02
Split constant time functions into crypto/subtle.
Adam Langley
3
-216
/
+71
2009-10-29
Add RSA PKCS#1 v1.5 support.
Adam Langley
5
-7
/
+407
2009-10-21
Replace SliceReader with bytes.Buffer.
Adam Langley
1
-16
/
+1
2009-10-21
Add initial x509 code.
Adam Langley
1
-0
/
+37
2009-10-19
Add an RSA-OAEP implementation.
Adam Langley
3
-0
/
+734