|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) cryptosystem base implementation. More...
Inheritance diagram for DL_CryptoSystemBase< PK, KI >:Public Types | |
| typedef DL_Base< KI >::Element | Element |
Public Member Functions | |
| size_t | MaxPlaintextLength (size_t ciphertextLength) const |
| size_t | CiphertextLength (size_t plaintextLength) const |
| bool | ParameterSupported (const char *name) const |
Discrete Log (DL) cryptosystem base implementation.
| PK | field element type |
| KI | public or private key interface |