Maintainer | John Galt <[email protected]> |
---|---|
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
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 Associated Types
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 |