Security Scol plugin
Public Member Functions | List of all members
DL_VerifierImpl< SCHEME_OPTIONS > Class Template Reference

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

#include <pubkey.h>

Inheritance diagram for DL_VerifierImpl< SCHEME_OPTIONS >:
DL_ObjectImpl< DL_VerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >

Public Member Functions

PK_MessageAccumulatorNewVerificationAccumulator () 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_VerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >
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 CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 
- Protected Member Functions inherited from DL_ObjectImpl< DL_VerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >
const DL_ElgamalLikeSignatureAlgorithm< Element > & GetSignatureAlgorithm () const
 
const DL_KeyAgreementAlgorithm< Element > & GetKeyAgreementAlgorithm () const
 
const DL_KeyDerivationAlgorithm< Element > & GetKeyDerivationAlgorithm () const
 
const DL_SymmetricEncryptionAlgorithmGetSymmetricEncryptionAlgorithm () const
 
HashIdentifier GetHashIdentifier () const
 
const PK_SignatureMessageEncodingMethodGetMessageEncodingInterface () const
 
- Protected Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
BASE::KeyInterface & AccessKeyInterface ()
 
const BASE::KeyInterface & GetKeyInterface () const
 
HashIdentifier GetHashIdentifier () const
 
size_t GetDigestSize () const
 

Detailed Description

template<class SCHEME_OPTIONS>
class DL_VerifierImpl< SCHEME_OPTIONS >

Discrete Log (DL) verifier implementation.

Template Parameters
SCHEME_OPTIONSoptions for the scheme

Definition at line 2035 of file pubkey.h.

Member Function Documentation

◆ NewVerificationAccumulator()

template<class SCHEME_OPTIONS >
PK_MessageAccumulator * DL_VerifierImpl< SCHEME_OPTIONS >::NewVerificationAccumulator ( ) const
inline

Definition at line 2038 of file pubkey.h.


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