|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
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 () |
Trapdoor Function (TF) Signature Scheme.
| STANDARD | standard |
| H | hash function |
| KEYS | keys used in the signature scheme |
| ALG_INFO | algorithm information |
| typedef STANDARD TF_SS< KEYS, STANDARD, H, ALG_INFO >::Standard |
see SignatureStandard for a list of standards
| 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 PK_FinalTemplate<TF_VerifierImpl<SchemeOptions> > TF_SS< KEYS, STANDARD, H, ALG_INFO >::Verifier |
implements PK_Verifier interface
|
inlinestatic |