crypto-pubkey-0.2.5: Public Key cryptography

LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
PortabilityGood
Safe HaskellNone
LanguageHaskell98

Crypto.PubKey.MaskGenFunction

Description

 

Synopsis

Documentation

type MaskGenAlgorithm Source

Arguments

 = HashFunction

hash function to use

-> ByteString

seed

-> Int

length to generate

-> ByteString 

Represent a mask generation algorithm

mgf1 :: MaskGenAlgorithm Source

Mask generation algorithm MGF1