Discrete Log (DL) base object implementation.
More...
|
typedef SCHEME_OPTIONS | SchemeOptions |
|
typedef KEY::Element | Element |
|
|
PrivateKey & | AccessPrivateKey () |
|
PublicKey & | AccessPublicKey () |
|
const KEY & | GetKey () const |
|
KEY & | AccessKey () |
|
std::string | AlgorithmName () const |
|
|
static std::string | StaticAlgorithmName () |
|
template<class BASE, class SCHEME_OPTIONS, class KEY>
class DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
Discrete Log (DL) base object implementation.
- Template Parameters
-
BASE | TODO |
SCHEME_OPTIONS | options for the scheme |
KEY | key used in the scheme |
Definition at line 1789 of file pubkey.h.
The documentation for this class was generated from the following file: