Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) cryptosystem base implementation. More...
#include <pubkey.h>
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 |
typedef DL_Base<KI>::Element DL_CryptoSystemBase< PK, KI >::Element |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |