cryptonite-0.27: Cryptography Primitives sink
License BSD-style
Maintainer Vincent Hanquez <vincent@snarc.org>
Stability experimental
Portability Good
Safe Haskell None
Language Haskell2010

Crypto.PubKey.MaskGenFunction

Description

Synopsis

Documentation

type MaskGenAlgorithm seed output Source #

Arguments

= 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