Fabcoin Core
0.16.2
P2P Digital Currency
|
Trapdoor Function (TF) Signature Scheme. More...
#include <pubkey.h>
Public Types | |
typedef STANDARD | Standard |
see SignatureStandard for a list of standards More... | |
typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
typedef TF_SignatureSchemeOptions< ALG_INFO, KEYS, MessageEncodingMethod, H > | SchemeOptions |
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 () |
Trapdoor Function (TF) Signature Scheme.
STANDARD | standard |
H | hash function |
KEYS | keys used in the signature scheme |
ALG_INFO | algorithm information |
typedef Standard::SignatureMessageEncodingMethod TF_SS< KEYS, STANDARD, H, ALG_INFO >::MessageEncodingMethod |
typedef TF_SignatureSchemeOptions<ALG_INFO, KEYS, MessageEncodingMethod, H> TF_SS< KEYS, STANDARD, H, ALG_INFO >::SchemeOptions |
typedef PK_FinalTemplate<TF_SignerImpl<SchemeOptions> > TF_SS< KEYS, STANDARD, H, ALG_INFO >::Signer |
typedef STANDARD TF_SS< KEYS, STANDARD, H, ALG_INFO >::Standard |
see SignatureStandard for a list of standards
typedef PK_FinalTemplate<TF_VerifierImpl<SchemeOptions> > TF_SS< KEYS, STANDARD, H, ALG_INFO >::Verifier |
implements PK_Verifier interface
|
inlinestatic |