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