aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/factor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-160/+0
|
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-081-4/+4
|
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+4
| | | | Fixes #146.
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-2/+2
| | | | to ensure proper flusing
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Command line prog cleanuplloyd2014-11-121-4/+7
|
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-1/+1
| | | | | | to specify a probability as well as if n was randomly chosen or not. If the input is random use a better bounds to reduce the number of needed tests.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+153
the tests and botan for everything else.