aboutsummaryrefslogtreecommitdiffstats
path: root/src/zmul.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix another typoMattias Andrée2016-03-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-03-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* A description of the Karatsuba algorithmMattias Andrée2016-03-061-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-9/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zmul and zsqrMattias Andrée2016-03-031-0/+95
Signed-off-by: Mattias Andrée <maandree@kth.se>