aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/workfactor.h
Commit message (Collapse)AuthorAgeFilesLines
* Add more comments explaining what is going on in dl_work_factorlloyd2012-03-301-1/+1
|
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-1/+1
|
* These functions are internal use only, and don't need to be exported withlloyd2010-06-301-3/+5
| | | | BOTAN_DLL
* Split up util.h into 3 fileslloyd2009-09-171-0/+22
- rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h