aboutsummaryrefslogtreecommitdiffstats
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* todo: should modular exponentiation and modular multiplication be removed?Mattias Andrée2016-06-011-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add entry in TODO, and more on the Not implemented chapterMattias Andrée2016-05-131-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Miscellaneous stuffMattias Andrée2016-05-131-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise libzahl_memcpy and libzahl_memsetMattias Andrée2016-05-031-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zswapMattias Andrée2016-05-031-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Unlist fixed entry from the todo-listMattias Andrée2016-04-201-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rand(3), lrand(3), and random(3) to zrandMattias Andrée2016-03-271-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-161-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* OptimisationsMattias Andrée2016-03-151-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Mostly optimisationsMattias Andrée2016-03-141-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add possibility to compare against libgmpMattias Andrée2016-03-131-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-051-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-011-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>