aboutsummaryrefslogtreecommitdiffstats
path: root/src/zpow.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-6/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zpow and zmodpowMattias Andrée2016-03-031-5/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-031-0/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>