|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
P1363 mask generation function. More...
Inheritance diagram for P1363_MGF1:Public Member Functions | |
| void | GenerateAndMask (HashTransformation &hash, byte *output, size_t outputLength, const byte *input, size_t inputLength, bool mask=true) const |
| Generate and apply mask. More... | |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
|
inlinevirtual |
Generate and apply mask.
| hash | HashTransformation derived class |
| output | the destination byte array |
| outputLength | the size fo the the destination byte array |
| input | the message to hash |
| inputLength | the size of the message |
| mask | flag indicating whether to apply the mask |
Implements MaskGeneratingFunction.
1.8.13