Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <oaep.h>
Public Types | |
typedef OAEP< H, MGF > | EncryptionMessageEncodingMethod |
Static Public Member Functions | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Protected Member Functions | |
unsigned int | DigestSize () const |
HashTransformation * | NewHash () const |
MaskGeneratingFunction * | NewMGF () const |
Additional Inherited Members | |
Public Member Functions inherited from OAEP_Base | |
bool | ParameterSupported (const char *name) const |
size_t | MaxUnpaddedLength (size_t paddedLength) const |
max size of unpadded message in bytes, given max size of padded message in bits (1 less than size of modulus) More... | |
void | Pad (RandomNumberGenerator &rng, const byte *raw, size_t inputLength, byte *padded, size_t paddedLength, const NameValuePairs ¶meters) const |
DecodingResult | Unpad (const byte *padded, size_t paddedLength, byte *raw, const NameValuePairs ¶meters) const |
OAEP padding.
typedef OAEP<H, MGF> OAEP< H, MGF >::EncryptionMessageEncodingMethod |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlinestatic |