cryptonite/Crypto/KDF
Luke Taylor de17b66e31 Fix buffer length in scrypt
The temporary XY buffer passed to the scrypt_smix C function should be
256r+64 bytes in length, but the Haskell code was only allocating 256r
bytes, causing the additional 64 to be written past the end of the
buffer.

See #91.
2016-06-13 21:08:06 +01: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 [HKDF] document a bit better extractSkip 2016-03-29 07:17:24 +01:00
PBKDF2.hs [KDF] move PBKDF2 and Scrypt to not be pinned to ByteString 2015-05-22 15:19:42 +01:00
Scrypt.hs Fix buffer length in scrypt 2016-06-13 21:08:06 +01:00