Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) encryptor implementation. More...
#include <pubkey.h>
Additional Inherited Members | |
Public Types inherited from DL_ObjectImpl< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > | |
typedef KEY::Element | Element |
Public Types inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY::Element | Element |
Public Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > | |
PrivateKey & | AccessPrivateKey () |
PublicKey & | AccessPublicKey () |
const KEY & | GetKey () const |
KEY & | AccessKey () |
Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
std::string | AlgorithmName () const |
The algorithm name. | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
static std::string | StaticAlgorithmName () |
The algorithm name. | |
Discrete Log (DL) encryptor implementation.
SCHEME_OPTIONS | options for the scheme |