cryptonite/Crypto/KDF
Luke Taylor 5e354f9bfc Use "2b" version prefix in bcrypt hashes
Makes docs and code consistent - the code now generates hashes
with the "2b" prefix instead of "2a". Shouldn't make any difference
in practice since previously generated hashes should still validate.
2017-11-27 15:19:23 +00:00
..
Argon2.hs typo in documentation 2017-09-18 10:32:21 +01:00
BCrypt.hs Use "2b" version prefix in bcrypt hashes 2017-11-27 15:19:23 +00:00
HKDF.hs making PRK an instance of ByteArrayAccess and removing fromPRK/toPRK. 2016-11-30 15:10:48 +09:00
PBKDF2.hs add fastpbkdf2 with sha512 2017-02-11 14:08:27 +00:00
Scrypt.hs Fix buffer length in scrypt 2016-06-13 21:08:06 +01:00