aboutsummaryrefslogtreecommitdiffstats
path: root/src/passhash/passhash9/passhash9.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-149/+0
* Testslloyd2013-12-311-2/+2
* Make SHA-256 the default instead of SHA-1 in passhash9 - it's beenlloyd2013-04-041-3/+13
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-1/+2
|\
| * propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3...lloyd2011-03-081-1/+2
* | Make the alg_id param for passhash9 optional. Update callers.lloyd2011-04-111-11/+2
|/
* Move password hashing schemes to src/passhashlloyd2011-02-171-0/+147