![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
P1363 mask generation function. More...
#include <pubkey.h>
Public Member Functions | |
| CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API | StaticAlgorithmName () |
| void | GenerateAndMask (HashTransformation &hash, byte *output, size_t outputLength, const byte *input, size_t inputLength, bool mask=true) const |
| Generate and apply mask. More... | |
Public Member Functions inherited from MaskGeneratingFunction | |
| virtual | ~MaskGeneratingFunction () |
|
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.
Definition at line 700 of file pubkey.h.
|
inline |
1.8.11