aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/math.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Montgomery_Int::sub to avoid an allocationJack Lloyd2018-05-021-2/+2
* Improve performance of Pollard rho implementationJack Lloyd2018-05-021-12/+36
* Print a command description for cli helpRené Korthaus2018-01-041-0/+40
* Add mod_inverse cmdletJack Lloyd2017-10-061-0/+16
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-5/+13
* Add final attribute to many classesJack Lloyd2016-01-101-3/+3
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-3/+3
* Add Command::rng()Jack Lloyd2015-12-271-9/+3
* CLI rewriteJack Lloyd2015-12-191-0/+188