aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf/pbkdf1
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-124/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds.lloyd2013-04-041-1/+1
* 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