aboutsummaryrefslogtreecommitdiffstats
path: root/src/zmodpow.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+1
| | | | 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/+50
Signed-off-by: Mattias Andrée <maandree@kth.se>