Maintainer | John Galt <jgalt@centromere.net> |
---|---|
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Crypto.Noise.Hash.SHA256
Contents
Description
Synopsis
- data SHA256
Types
Represents the SHA256 hash.
Instances
Hash SHA256 Source # | |
Defined in Crypto.Noise.Hash.SHA256 Methods hashName :: proxy SHA256 -> ScrubbedBytes Source # hashLength :: proxy SHA256 -> Int Source # hash :: ScrubbedBytes -> Digest SHA256 Source # hashHKDF :: ChainingKey SHA256 -> ScrubbedBytes -> Word8 -> [ScrubbedBytes] Source # hashBytesToCK :: ScrubbedBytes -> ChainingKey SHA256 Source # hashCKToBytes :: ChainingKey SHA256 -> ScrubbedBytes Source # hashToBytes :: Digest SHA256 -> ScrubbedBytes Source # | |
newtype ChainingKey SHA256 Source # | |
Defined in Crypto.Noise.Hash.SHA256 | |
newtype Digest SHA256 Source # | |