|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) base object implementation. More...
#include <pubkey.h>
Inheritance diagram for DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >:Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY::Element | Element |
Public Member Functions | |
| 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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
| static std::string | StaticAlgorithmName () |
| The algorithm name. | |
Discrete Log (DL) base object implementation.
| BASE | TODO |
| SCHEME_OPTIONS | options for the scheme |
| KEY | key used in the scheme |
| typedef SCHEME_OPTIONS DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::SchemeOptions |
| typedef KEY::Element DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::Element |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |