Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Parameters

    cryptonite Crypto.KDF.BCryptPBKDF

    No documentation available.

  2. Parameters :: Int -> Int -> Parameters

    cryptonite Crypto.KDF.BCryptPBKDF

    No documentation available.

  3. data PRK a

    cryptonite Crypto.KDF.HKDF

    Pseudo Random Key

  4. module Crypto.KDF.PBKDF2

    Password Based Key Derivation Function 2

  5. type PRF password = password -> Bytes -> Bytes

    cryptonite Crypto.KDF.PBKDF2

    The PRF used for PBKDF2

  6. data Parameters

    cryptonite Crypto.KDF.PBKDF2

    Parameters for PBKDF2

  7. Parameters :: Int -> Int -> Parameters

    cryptonite Crypto.KDF.PBKDF2

    No documentation available.

  8. data Parameters

    cryptonite Crypto.KDF.Scrypt

    Parameters for Scrypt

  9. Parameters :: Word64 -> Int -> Int -> Int -> Parameters

    cryptonite Crypto.KDF.Scrypt

    No documentation available.

  10. module Crypto.MAC.Poly1305

    Poly1305 implementation

Page 225 of many | Previous | Next