aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/workfactor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| | | | Move most of the engine headers to internal
* Split up util.h into 3 fileslloyd2009-09-171-0/+51
- rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h