Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
DL_SS< KEYS, SA, MEM, H, ALG_INFO > Class Template Reference

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

+ Inheritance diagram for DL_SS< KEYS, SA, MEM, H, ALG_INFO >:

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

template<class KEYS, class SA, class MEM, class H, class ALG_INFO = DL_SS<KEYS, SA, MEM, H, int>>
class DL_SS< KEYS, SA, MEM, H, ALG_INFO >

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 2341 of file pubkey.h.


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