Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. PKCS7 :: Int -> Format

    cryptonite Crypto.Data.Padding

    PKCS7 with padding size between 1 and 255

  2. data Point

    cryptonite Crypto.ECC.Edwards25519

    A point on curve edwards25519.

  3. type Parallelism = Word32

    cryptonite Crypto.KDF.Argon2

    A parallelism degree, which defines the number of parallel threads. ARGON2_MIN_LANES <= hashParallelism <= ARGON2_MAX_LANES && ARGON_MIN_THREADS <= hashParallelism <= ARGON2_MAX_THREADS

  4. data Parameters

    cryptonite Crypto.KDF.BCryptPBKDF

    No documentation available.

  5. Parameters :: Int -> Int -> Parameters

    cryptonite Crypto.KDF.BCryptPBKDF

    No documentation available.

  6. data PRK a

    cryptonite Crypto.KDF.HKDF

    Pseudo Random Key

  7. module Crypto.KDF.PBKDF2

    Password Based Key Derivation Function 2

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

    cryptonite Crypto.KDF.PBKDF2

    The PRF used for PBKDF2

  9. data Parameters

    cryptonite Crypto.KDF.PBKDF2

    Parameters for PBKDF2

  10. Parameters :: Int -> Int -> Parameters

    cryptonite Crypto.KDF.PBKDF2

    No documentation available.

Page 225 of many | Previous | Next