aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf/pbkdf1
Commit message (Expand)AuthorAgeFilesLines
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-312-14/+34
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* s/u32bit/size_t/ in pbkdflloyd2010-10-122-8/+8
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* Handle the case that container size() returns something other than u32bitlloyd2010-09-141-1/+1
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-093-0/+104