summaryrefslogtreecommitdiff
path: root/src/math/big/nat.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer2017-03-231-1/+1
* math/big: make nat.setUint64 vet-friendlyJosh Bleecher Snyder2017-03-111-15/+5
* math/big: use math/bits where appropriateRobert Griesemer2017-02-241-39/+2
* math/big: add (*Int).SqrtRuss Cox2016-10-171-0/+34
* math/big: move ProbablyPrime into its own source fileRuss Cox2016-10-111-90/+0
* math/big: test and optimize Exp(2, y, n) for large y, odd nRuss Cox2016-10-111-1/+1
* math/big: make division fasterRuss Cox2016-10-101-18/+28
* math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder2016-08-161-2/+2
* math/big: re-use memory in Int.GCDAliaksandr Valialkin2016-04-071-3/+26
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* math/big: fix Exp(x, x, x) for certain large xRuss Cox2016-01-131-0/+17
* math/big: additional Montgomery cleanupRuss Cox2015-12-161-23/+18
* math/big: fix carry propagation in Int.Exp Montgomery codeRuss Cox2015-12-111-8/+21
* math/big: fix misuse of UnicodeRuss Cox2015-12-111-2/+2
* math/big: correct documentation for ProbablyPrime.Adam Langley2015-09-301-3/+6
* math/big: improved documentationRobert Griesemer2015-09-281-24/+4
* math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer2015-05-271-2/+2
* math/big: Simple Montgomery Multiplication to accelerate Mod-ExpVlad Krasnov2015-05-221-1/+113
* math/big: fix Exp when exponent is 1ALTree2015-04-071-0/+7
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-2/+2
* math/big: split nat conversion routines and tests into separate filesRobert Griesemer2015-01-301-482/+1
* math/big: parsing of fractions and floats in mantissa bases other than 10Robert Griesemer2015-01-301-27/+32
* math/big: sketched out complete set of Float/string conversion functionsRobert Griesemer2015-01-281-7/+7
* math/big: multi-precision Floats (starting point)Robert Griesemer2015-01-241-7/+33
* math/big: use new nat.scan for Rat.SetStringRobert Griesemer2015-01-211-0/+3
* math/big: permit internal nat.scan to accept decimal pointRobert Griesemer2015-01-201-87/+171
* math/big: better test coverage, misc. cleanupsRobert Griesemer2015-01-201-6/+12
* math: Added parity check to ProbablyPrimeAlberto Donizetti2014-12-121-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1508