Crypto++  8.0
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
MaskGeneratingFunction Class Referenceabstract

Mask generation function interface. More...

+ Inheritance diagram for MaskGeneratingFunction:

Public Member Functions

virtual void GenerateAndMask (HashTransformation &hash, byte *output, size_t outputLength, const byte *input, size_t inputLength, bool mask=true) const =0
 Generate and apply mask. More...
 

Detailed Description

Mask generation function interface.

Definition at line 685 of file pubkey.h.

Member Function Documentation

◆ GenerateAndMask()

virtual void MaskGeneratingFunction::GenerateAndMask ( HashTransformation hash,
byte *  output,
size_t  outputLength,
const byte *  input,
size_t  inputLength,
bool  mask = true 
) const
pure virtual

Generate and apply mask.

Parameters
hashHashTransformation derived class
outputthe destination byte array
outputLengththe size fo the the destination byte array
inputthe message to hash
inputLengththe size of the message
maskflag indicating whether to apply the mask

Implemented in P1363_MGF1.


The documentation for this class was generated from the following file: