fastpbkdf2-0.1.0.0: Haskell bindings to the fastpbkdf2 C library

Safe HaskellNone
LanguageHaskell2010

Crypto.KDF.PBKDF2

Documentation

fastpbkdf2_hmac_sha1 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_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