Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) base object implementation. More...
#include <pubkey.h>
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. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
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 |