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