Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Trapdoor function cryptosystem base class. More...
Public Member Functions | |
bool | ParameterSupported (const char *name) const |
size_t | FixedMaxPlaintextLength () const |
size_t | FixedCiphertextLength () const |
![]() | |
size_t | MaxPlaintextLength (size_t ciphertextLength) const |
size_t | CiphertextLength (size_t plaintextLength) const |
Trapdoor function cryptosystem base class.
INTFACE | public key cryptosystem base interface |
BASE | public key cryptosystem implementation base |