|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) decryptor implementation. More...
#include <pubkey.h>
Inheritance diagram for DL_DecryptorImpl< SCHEME_OPTIONS >:Additional Inherited Members | |
Public Types inherited from DL_ObjectImpl< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > | |
| 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) decryptor implementation.
| SCHEME_OPTIONS | options for the scheme |