P1363 mask generation function.
More...
#include <pubkey.h>
|
void | GenerateAndMask (HashTransformation &hash, byte *output, size_t outputLength, const byte *input, size_t inputLength, bool mask=true) const |
| P1363 mask generation function. More...
|
|
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...
|
|
P1363 mask generation function.
- See also
- P1363_KDF2, MaskGeneratingFunction
- Since
- Crypto++ 2.0
Definition at line 718 of file pubkey.h.
◆ StaticAlgorithmName()
static const char * P1363_MGF1::StaticAlgorithmName |
( |
| ) |
|
|
inlinestatic |
The algorithm name.
- Returns
- the algorithm name
StaticAlgorithmName returns the algorithm's name as a static member function.
Definition at line 725 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 |
P1363 mask generation function.
- Parameters
-
hash | HashTransformation derived class |
output | the destination byte array |
outputLength | the size of 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 734 of file pubkey.h.
The documentation for this class was generated from the following file: