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

Trapdoor Function (TF) Signature Scheme. More...

+ Inheritance diagram for TF_SS< KEYS, STANDARD, H, ALG_INFO >:

Public Types

typedef STANDARD Standard
 see SignatureStandard for a list of standards
 
typedef Standard::SignatureMessageEncodingMethod MessageEncodingMethod
 
typedef TF_SignatureSchemeOptions< ALG_INFO, KEYS, MessageEncodingMethod, H > SchemeOptions
 
typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > Signer
 implements PK_Signer interface
 
typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > Verifier
 implements PK_Verifier interface
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
class TF_SS< KEYS, STANDARD, H, ALG_INFO >

Trapdoor Function (TF) Signature Scheme.

Template Parameters
STANDARDstandard
Hhash function
KEYSkeys used in the signature scheme
ALG_INFOalgorithm information

Definition at line 2315 of file pubkey.h.


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