summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/elliptic/elliptic_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-458/+0
* crypto/elliptic: add constant-time, P-256 implementation.Adam Langley2013-06-271-0/+57
* crypto/elliptic: explicitly handle P+P, ?+P and P+?Adam Langley2012-08-031-0/+38
* crypto/elliptic: p224Contract could produce a non-minimal representation.Adam Langley2012-01-311-0/+11
* crypto/elliptic: add constant-time P224.Adam Langley2012-01-191-5/+23
* renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike2011-11-081-1/+1
* crypto/elliptic: use %x consistently in error printRuss Cox2011-09-271-1/+1
* pkg: spelling tweaks, A-HRobert Hencke2011-05-181-2/+2
* testing: shorten some more testsRob Pike2011-03-261-0/+3
* crypto/elliptic: add serialisation and key pair generation.Adam Langley2010-12-161-0/+20
* crypto/elliptic: remove mistakenly commited codeAdam Langley2010-12-081-18/+0
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-071-1/+1
* crypto/elliptic: use a Jacobian transformAdam Langley2010-11-301-0/+29
* crypto/elliptic: add packageAdam Langley2010-11-121-0/+300