Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. CryptoError_PrimeSizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  2. CryptoError_PublicKeySizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  3. CryptoError_ScalarMultiplicationInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  4. CryptoError_SecretKeySizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  5. CryptoError_SecretKeyStructureInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  6. CryptoError_SeedSizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  7. CryptoError_SharedSecretSizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  8. Argon2id :: Variant

    crypton Crypto.KDF.Argon2

    Argon2id is a hybrid of Argon2i and Argon2d, using a combination of data-depending and data-independent memory accesses, which gives some of Argon2i's resistance to side-channel cache timing attacks and much of Argon2d's resistance to GPU cracking attacks

  9. validatePassword :: (ByteArray password, ByteArray hash) => password -> hash -> Bool

    crypton Crypto.KDF.BCrypt

    Check a password against a stored bcrypt hash when authenticating a user. Returns False if the password doesn't match the hash, or if the hash is invalid or an unsupported version.

  10. validatePasswordEither :: (ByteArray password, ByteArray hash) => password -> hash -> Either String Bool

    crypton Crypto.KDF.BCrypt

    Check a password against a bcrypt hash As for validatePassword but will provide error information if the hash is invalid or an unsupported version.

Page 420 of many | Previous | Next