Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. module Crypto.Data.Padding

    Various cryptographic padding commonly used for block ciphers or asymmetric systems.

  2. PKCS5 :: Format

    crypton Crypto.Data.Padding

    PKCS5: PKCS7 with hardcoded size of 8

  3. PKCS7 :: Int -> Format

    crypton Crypto.Data.Padding

    PKCS7 with padding size between 1 and 255

  4. data Point

    crypton Crypto.ECC.Edwards25519

    A point on curve edwards25519.

  5. type Parallelism = Word32

    crypton 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

  6. data Parameters

    crypton Crypto.KDF.BCryptPBKDF

    No documentation available.

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

    crypton Crypto.KDF.BCryptPBKDF

    No documentation available.

  8. data PRK a

    crypton Crypto.KDF.HKDF

    Pseudo Random Key

  9. module Crypto.KDF.PBKDF2

    Password Based Key Derivation Function 2

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

    crypton Crypto.KDF.PBKDF2

    The PRF used for PBKDF2

Page 81 of many | Previous | Next