Crypto++  5.6.4
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
DL_SS Class Reference

Discrete Log (DL) signature scheme. More...

Public Types

typedef PK_FinalTemplate< DL_SignerImpl< SchemeOptions > > Signer
 implements PK_Signer interface
 
typedef PK_FinalTemplate< DL_VerifierImpl< SchemeOptions > > Verifier
 implements PK_Verifier interface
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

Discrete Log (DL) signature scheme.

Template Parameters
KEYSkeys used in the signature scheme
SAsignature algorithm
MEMmessage encoding method
Hhash function
ALG_INFOalgorithm information

Definition at line 2217 of file pubkey.h.


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