summaryrefslogtreecommitdiff
path: root/src/pkg/big/int_test.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1391/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1391
2011-09-13Imported Upstream version 60Ondřej Surý1-1372/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-1/+30
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-2/+244
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+48
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-223/+230
2010-05-26big: add ModInverse.Adam Langley1-0/+27
2010-05-24big: prevent errors in Exp in the face of aliasingAdam Langley1-1/+1
2010-05-15big: implemented format support for fmt library, MulRangeRobert Griesemer1-32/+129
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer1-74/+161
2010-05-03big: Add bitwise methods for IntEvan Shaw1-0/+126
2010-04-30big: use fast shift routinesRobert Griesemer1-1/+7
2010-04-27big: implemented Karatsuba multiplicationRobert Griesemer1-30/+47
2010-04-22big: Create type natEvan Shaw1-2/+2
2010-04-21big: Add some testsEvan Shaw1-5/+19
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw1-25/+138
2010-03-05big: fix mistakes with probablyPrimeAdam Langley1-2/+5
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-3/+3
2010-01-05big: fix ProbablyPrime bug, commentsRuss Cox1-0/+7
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-121/+121
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-2/+2
2009-11-11Reland a112249da741, this time with missing file.Adam Langley1-12/+101
2009-11-11roll back 3985: build is brokenRuss Cox1-101/+12
2009-11-11big:Adam Langley1-12/+101
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-20/+20
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-2/+2
2009-11-06big: fix carry error, add test case.Adam Langley1-0/+29
2009-11-06minor fixups by gofmtRobert Griesemer1-1/+1
2009-11-06Fix add-back division test so that it triggers the add-back case onAdam Langley1-10/+13
2009-11-05gofmt'ed bigRobert Griesemer1-2/+2
2009-11-05big: add Div, Mod, Exp, GcdExt and several other fixes.Adam Langley1-14/+317
2009-10-06another round of gofmt applicationsRuss Cox1-7/+15
2009-08-18- implemented MultiplicationRobert Griesemer1-1/+55
2009-08-17- rename files to match the data types they implement, adusted MakefileRobert Griesemer1-0/+65