Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Crypto.Hash.SHA256
Description
Implementation of the SHA256 hashing algorithm.
Documentation
Instances
HashAlgorithm SHA256 Source # | |
Defined in Cardano.Crypto.Hash.SHA256 Methods hashAlgorithmName ∷ proxy SHA256 → String Source # digest ∷ proxy SHA256 → ByteString → ByteString Source # | |
SodiumHashAlgorithm SHA256 Source # | |
Defined in Cardano.Crypto.Libsodium.Hash.Class Methods naclDigestPtr ∷ proxy SHA256 → Ptr a → Int → IO (MLockedSizedBytes (SizeHash SHA256)) Source # | |
type SizeHash SHA256 Source # | |
Defined in Cardano.Crypto.Hash.SHA256 |