| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Crypto.KDF.PBKDF2
Documentation
Arguments
| :: ByteString | The user key (e.g. a password) |
| -> ByteString | The salt |
| -> Int | The iteration count |
| -> Int | The length (in bytes) of the output |
| -> ByteString |
fastpbkdf2_hmac_sha256 Source #
Arguments
| :: ByteString | The user key (e.g. a password) |
| -> ByteString | The salt |
| -> Int | The iteration count |
| -> Int | The length (in bytes) of the output |
| -> ByteString |
fastpbkdf2_hmac_sha512 Source #
Arguments
| :: ByteString | The user key (e.g. a password) |
| -> ByteString | The salt |
| -> Int | The iteration count |
| -> Int | The length (in bytes) of the output |
| -> ByteString |