License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | Good |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- type MaskGenAlgorithm seed output = seed -> Int -> output
- mgf1 :: (ByteArrayAccess seed, ByteArray output, HashAlgorithm hashAlg) => hashAlg -> seed -> Int -> output
Documentation
type MaskGenAlgorithm seed output Source #
= seed | seed |
-> Int | length to generate |
-> output |
Represent a mask generation algorithm
mgf1 :: (ByteArrayAccess seed, ByteArray output, HashAlgorithm hashAlg) => hashAlg -> seed -> Int -> output Source #
Mask generation algorithm MGF1