aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/passhash/bcrypt/bcrypt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-1/+4
* Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-181-4/+14
* Support bcrypt 2b and 2yJack Lloyd2018-06-291-8/+23
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-2/+2
* Header file cleanupsJack Lloyd2017-09-211-1/+2
* Small cleanup in bcryptJack Lloyd2017-09-161-3/+3
* More MSVC warnings fixesJack Lloyd2017-08-311-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Don't put pointers into vector iterator constructor in make_bcryptSimon Warta2015-07-091-2/+2
* lib/passhash: Convert &vec[0] to vec.data()Simon Warta2015-06-231-4/+4
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-2/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+150