License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | Good |
Safe Haskell | None |
Language | Haskell98 |
- type MaskGenAlgorithm = HashFunction -> ByteString -> Int -> ByteString
- mgf1 :: MaskGenAlgorithm
Documentation
type MaskGenAlgorithm Source
= HashFunction | hash function to use |
-> ByteString | seed |
-> Int | length to generate |
-> ByteString |
Represent a mask generation algorithm
mgf1 :: MaskGenAlgorithm Source
Mask generation algorithm MGF1