aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/speed/speed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Command line prog cleanuplloyd2014-11-121-241/+0
|
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
| | | | of overloads in the base class with the same name.
* Inline time_op and avoid nonce recalc with every AEAD calllloyd2014-02-021-8/+23
|
* Warning fixes, and hook default algo list into speed commandlloyd2014-01-241-12/+8
|
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-3/+4
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+229
the tests and botan for everything else.