cryptonite/Crypto/KDF
Vincent Hanquez 253bf0cb8b Argon2: add working hash function
* Cleanup argon c files:
  * Remove encoded format and base64 encoder
  * Remove verification code
  * Remove all variants based simple caller
* Add basic hashing function
* Add a simple KAT test
* Define more things at the haskell level
2017-02-24 13:37:40 +00:00
..
Argon2.hs Argon2: add working hash function 2017-02-24 13:37:40 +00:00
BCrypt.hs [bcrypt] make the haddock comment reflect what happens to the cost value. 2016-02-25 07:48:30 +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