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.
CryptoError_PrimeSizeInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_PublicKeySizeInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_ScalarMultiplicationInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_SecretKeySizeInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_SecretKeyStructureInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_SeedSizeInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
CryptoError_SharedSecretSizeInvalid :: CryptoErrorcrypton Crypto.Error No documentation available.
-
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
validatePassword :: (ByteArray password, ByteArray hash) => password -> hash -> Boolcrypton 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.
-
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.