P1363 mask generation function.
More...
|
static const char * | StaticAlgorithmName () |
|
P1363 mask generation function.
Definition at line 714 of file pubkey.h.
◆ GenerateAndMask()
void P1363_MGF1::GenerateAndMask |
( |
HashTransformation & |
hash, |
|
|
byte * |
output, |
|
|
size_t |
outputLength, |
|
|
const byte * |
input, |
|
|
size_t |
inputLength, |
|
|
bool |
mask = true |
|
) |
| const |
|
inlinevirtual |
Generate and apply mask.
- Parameters
-
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.
Definition at line 718 of file pubkey.h.
The documentation for this class was generated from the following file: