Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a variant of RandomNumberGenerator::random_vec | Jack Lloyd | 2019-09-13 | 1 | -1/+4 |
* | Support salts other than exactly 16 bytes for Blowfish key setup | Jack Lloyd | 2018-07-18 | 1 | -4/+14 |
* | Support bcrypt 2b and 2y | Jack Lloyd | 2018-06-29 | 1 | -8/+23 |
* | Add wrappers for reinterpret_cast between char* and uint8_t* | Jack Lloyd | 2017-10-03 | 1 | -2/+2 |
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+2 |
* | Small cleanup in bcrypt | Jack Lloyd | 2017-09-16 | 1 | -3/+3 |
* | More MSVC warnings fixes | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -14/+14 |
* | Don't put pointers into vector iterator constructor in make_bcrypt | Simon Warta | 2015-07-09 | 1 | -2/+2 |
* | lib/passhash: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -4/+4 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 1 | -2/+4 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+150 |