aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k/s2k.h
Commit message (Expand)AuthorAgeFilesLines
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-62/+0
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-2/+2
* More Doxygen updates/fixeslloyd2010-06-151-2/+3
* Correct doxygen commentlloyd2010-02-241-2/+2
* Remove include of rng.h in s2k.h since it is no longer used. Add anlloyd2010-02-011-1/+0
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-49/+9
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* Make S2K base class non-copyable and non-assignable by default (use clone ins...lloyd2008-10-261-0/+3
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-261-0/+97