Crypto++ 8.9
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
DL_SignerImpl< SCHEME_OPTIONS > Class Template Reference

Discrete Log (DL) signer implementation. More...

#include <pubkey.h>

+ Inheritance diagram for DL_SignerImpl< SCHEME_OPTIONS >:

Public Member Functions

PK_MessageAccumulatorNewSignatureAccumulator (RandomNumberGenerator &rng) const
 
- Public Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
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.
 

Additional Inherited Members

- Public Types inherited from DL_ObjectImpl< DL_SignerBase< 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
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
static std::string StaticAlgorithmName ()
 The algorithm name.
 

Detailed Description

template<class SCHEME_OPTIONS>
class DL_SignerImpl< SCHEME_OPTIONS >

Discrete Log (DL) signer implementation.

Template Parameters
SCHEME_OPTIONSoptions for the scheme

Definition at line 2021 of file pubkey.h.

Member Function Documentation

◆ NewSignatureAccumulator()

template<class SCHEME_OPTIONS >
PK_MessageAccumulator * DL_SignerImpl< SCHEME_OPTIONS >::NewSignatureAccumulator ( RandomNumberGenerator & rng) const
inline

Definition at line 2024 of file pubkey.h.


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