Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | Public Member Functions | List of all members
DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > Class Template Reference

Discrete Log (DL) base object implementation. More...

+ Inheritance diagram for DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >:

Public Types

typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY::Element Element
 

Public Member Functions

PrivateKeyAccessPrivateKey ()
 
PublicKeyAccessPublicKey ()
 
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...
 

Detailed Description

template<class BASE, class SCHEME_OPTIONS, class KEY>
class DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >

Discrete Log (DL) base object implementation.

Template Parameters
BASETODO
SCHEME_OPTIONSoptions for the scheme
KEYkey used in the scheme

Definition at line 1956 of file pubkey.h.


The documentation for this class was generated from the following file: