Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 3 | -5/+5 |
* | s/u32bit/size_t/ in pbkdf | lloyd | 2010-10-12 | 7 | -31/+31 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -1/+1 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 2 | -4/+5 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -2/+2 |
* | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 1 | -1/+1 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases, | lloyd | 2010-08-21 | 1 | -5/+10 |
* | Correct Doxygen comment | lloyd | 2010-08-17 | 1 | -3/+2 |
* | Fix Doxygen comment in PBKDF2 constructor | lloyd | 2010-08-13 | 1 | -2/+2 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 11 | -0/+406 |