aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* Mass disable copy constructors and assignment on all algos until proven safe/...lloyd2010-11-041-6/+0
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-012-12/+4
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-133-5/+5
* s/u32bit/size_t/ in pbkdflloyd2010-10-127-31/+31
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-1/+1
* Remove more implicit vector to pointer conversionslloyd2010-09-142-4/+5
* 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
* 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
* Correct Doxygen commentlloyd2010-08-171-3/+2
* 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-0911-0/+406