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