aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/nat_test.go
AgeCommit message (Expand)Author
2020-12-14math/big: add test for recursive division panicKatie Hockman
2020-04-08math/big: correct off-by-one access in divBasicRémy Oudompheng
2019-11-13math/big: fix out-of-bounds panic in divRecursiveRémy Oudompheng
2019-11-12math/big: ensure correct test inputRobert Griesemer
2019-11-12math/big: implement recursive algorithm for divisionRémy Oudompheng
2019-10-25math/big: use nat pool to reduce allocations in mul and sqrRémy Oudompheng
2018-05-23math/big: specialize Karatsuba implementation for squaringAlexander Döring
2018-03-19math/big: add 0 shift fastpath to shl and shrAlberto Donizetti
2018-03-08math/big: speedup nat.setBytes for bigger slicesisharipo
2017-08-16math/big: recognize z.Mul(x, x) as squaring of xBrian Kessler
2017-02-24math/big: use math/bits where appropriateRobert Griesemer
2016-05-26math/big: using Run for some more benchmarksMarcel van Lohuizen
2015-12-16math/big: additional Montgomery cleanupRuss Cox
2015-12-11math/big: fix carry propagation in Int.Exp Montgomery codeRuss Cox
2015-09-25math/big: removed more unnecessary string conversionsRobert Griesemer
2015-09-24math/big: faster string conversion routinesRobert Griesemer
2015-05-27math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer
2015-05-22math/big: gofmt nat_test.goRobert Griesemer
2015-05-22math/big: Simple Montgomery Multiplication to accelerate Mod-ExpVlad Krasnov
2015-01-30math/big: split nat conversion routines and tests into separate filesRobert Griesemer
2015-01-30math/big: parsing of fractions and floats in mantissa bases other than 10Robert Griesemer
2015-01-24math/big: multi-precision Floats (starting point)Robert Griesemer
2015-01-20math/big: permit internal nat.scan to accept decimal pointRobert Griesemer
2015-01-20math/big: better test coverage, misc. cleanupsRobert Griesemer
2015-01-08math/big: faster "pure Go" addition/subtraction for long vectorsRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox