aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf/pbkdf2
Commit message (Expand)AuthorAgeFilesLines
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-2/+2
* s/u32bit/size_t/ in pbkdflloyd2010-10-122-10/+10
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-1/+1
* Remove more implicit vector to pointer conversionslloyd2010-09-141-3/+4
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,lloyd2010-08-211-5/+10
* Fix Doxygen comment in PBKDF2 constructorlloyd2010-08-131-2/+2
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-093-0/+120