|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Trapdoor function cryptosystem base class. More...
Inheritance diagram for TF_CryptoSystemBase< INTERFACE, BASE >:Public Member Functions | |
| bool | ParameterSupported (const char *name) const |
| size_t | FixedMaxPlaintextLength () const |
| size_t | FixedCiphertextLength () const |
Public Member Functions inherited from PK_FixedLengthCryptoSystemImpl< INTERFACE > | |
| size_t | MaxPlaintextLength (size_t ciphertextLength) const |
| size_t | CiphertextLength (size_t plaintextLength) const |
Trapdoor function cryptosystem base class.
| INTERFACE | public key cryptosystem base interface |
| BASE | public key cryptosystem implementation base |
1.8.13