aboutsummaryrefslogtreecommitdiffstats
path: root/src/zmul.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that failure does not result in memory leakMattias Andrée2016-04-261-8/+8
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-161-11/+10
* Optimise zsqr, and optimise zmul a littleMattias Andrée2016-03-151-22/+27
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-24/+7
* Multiple changes:Mattias Andrée2016-03-131-1/+1
* OptimisationsMattias Andrée2016-03-131-1/+1
* Fix another typoMattias Andrée2016-03-071-1/+1
* Fix typoMattias Andrée2016-03-061-1/+1
* A description of the Karatsuba algorithmMattias Andrée2016-03-061-0/+6
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-9/+13
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+1
* Add makefile and fix errorsMattias Andrée2016-03-041-1/+1
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-1/+1
* Add zmul and zsqrMattias Andrée2016-03-031-0/+95