Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -160/+0 |
| | |||||
* | Replace C interfaces in cli apps with C++ interfaces | Simon Warta | 2015-12-08 | 1 | -4/+4 |
| | |||||
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -0/+4 |
| | | | | Fixes #146. | ||||
* | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 1 | -2/+2 |
| | | | | to ensure proper flusing | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Command line prog cleanup | lloyd | 2014-11-12 | 1 | -4/+7 |
| | |||||
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 1 | -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 for | lloyd | 2014-01-10 | 1 | -0/+153 |
the tests and botan for everything else. |