aboutsummaryrefslogtreecommitdiffstats
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-22update todoMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-07Update todo with benchmarking ideasMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-05todo: zmodsqr will also be removed if zmodmul is removedMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-05todo: benchmarks shall ensure that the CPU is throttled before the benchmarking startsMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-05Fix typos found by MarcMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-01todo: should modular exponentiation and modular multiplication be removed?Mattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Add entry in TODO, and more on the Not implemented chapterMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Miscellaneous stuffMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-03Optimise libzahl_memcpy and libzahl_memsetMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-03Optimise zswapMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-20Unlist fixed entry from the todo-listMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-27Add rand(3), lrand(3), and random(3) to zrandMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-16Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-15Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-15OptimisationsMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-14Mostly optimisationsMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-13Add possibility to compare against libgmpMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-05Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>