Fabcoin Core  0.16.2
P2P Digital Currency
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...

#include <pubkey.h>

Inheritance diagram for TF_SS< KEYS, STANDARD, H, ALG_INFO >:
[legend]
Collaboration diagram for TF_SS< KEYS, STANDARD, H, ALG_INFO >:
[legend]

Public Types

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

Static Public Member Functions

static std::string CRYPTOPP_API 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 2105 of file pubkey.h.

Member Typedef Documentation

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
typedef Standard::SignatureMessageEncodingMethod TF_SS< KEYS, STANDARD, H, ALG_INFO >::MessageEncodingMethod

Definition at line 2113 of file pubkey.h.

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
typedef TF_SignatureSchemeOptions<ALG_INFO, KEYS, MessageEncodingMethod, H> TF_SS< KEYS, STANDARD, H, ALG_INFO >::SchemeOptions

Definition at line 2114 of file pubkey.h.

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
typedef PK_FinalTemplate<TF_SignerImpl<SchemeOptions> > TF_SS< KEYS, STANDARD, H, ALG_INFO >::Signer

implements PK_Signer interface

Definition at line 2119 of file pubkey.h.

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

see SignatureStandard for a list of standards

Definition at line 2112 of file pubkey.h.

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
typedef PK_FinalTemplate<TF_VerifierImpl<SchemeOptions> > TF_SS< KEYS, STANDARD, H, ALG_INFO >::Verifier

implements PK_Verifier interface

Definition at line 2121 of file pubkey.h.

Member Function Documentation

template<class KEYS, class STANDARD, class H, class ALG_INFO = TF_SS<KEYS, STANDARD, H, int>>
static std::string CRYPTOPP_API TF_SS< KEYS, STANDARD, H, ALG_INFO >::StaticAlgorithmName ( )
inlinestatic

Definition at line 2116 of file pubkey.h.


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