aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-132-4/+4
|\
| * Use std::to_stringlloyd2010-09-031-1/+1
| * propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-3/+3
| |\
| | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-3/+3
* | | 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