summaryrefslogtreecommitdiff
path: root/src/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* crypto/*: document use or non-use of constant-time algorithmsRuss Cox2016-12-071-0/+2
* crypto/rsa: clarify comment on maximum message length.Nigel Tao2016-09-221-2/+2
* crypto/rsa: ensure that generating toy RSA keys doesn't loop.Adam Langley2016-09-132-0/+27
* crypto/rsa: remove unused variable yMichal Bohuslávek2016-09-111-2/+1
* crypto/rsa, crypto/ecdsa: fail earlier on zero parametersBrad Fitzpatrick2016-04-051-1/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-293-59/+55
* all: fix typosShawn Smith2016-02-231-1/+1
* crypto/rsa: expand on documentation and add some examples.Adam Langley2016-01-273-1/+232
* crypto/rsa: check CRT result.Adam Langley2015-12-174-7/+39
* all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike2015-08-211-1/+1
* crypto/rsa: check for primes ≤ 1 in ValidateAdam Langley2015-06-291-0/+4
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader.Adam Langley2015-03-181-1/+1
* crypto/rsa: implement crypto.DecrypterNick Sullivan2015-03-163-8/+86
* crypto/rsa: drop the primality check in crypto/rsa.Validate.Adam Langley2015-02-241-10/+0
* crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash.Adam Langley2015-01-062-1/+10
* build: move package sources from src/pkg to srcRuss Cox2014-09-087-0/+2058