Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
the XOR encryption method, for use with DL-based cryptosystems More...
Public Member Functions | |
bool | ParameterSupported (const char *name) const |
size_t | GetSymmetricKeyLength (size_t plaintextLength) const |
size_t | GetSymmetricCiphertextLength (size_t plaintextLength) const |
size_t | GetMaxSymmetricPlaintextLength (size_t ciphertextLength) const |
void | SymmetricEncrypt (RandomNumberGenerator &rng, const byte *key, const byte *plaintext, size_t plaintextLength, byte *ciphertext, const NameValuePairs ¶meters) const |
DecodingResult | SymmetricDecrypt (const byte *key, const byte *ciphertext, size_t ciphertextLength, byte *plaintext, const NameValuePairs ¶meters) const |
the XOR encryption method, for use with DL-based cryptosystems
Definition at line 499 of file gfpcrypt.h.