|
Security Scol plugin
|
Rabin signature scheme. More...
#include <rabin.h>
Additional Inherited Members | |
Public Types inherited from TF_SS< Rabin, STANDARD, H > | |
| typedef STANDARD | Standard |
| see SignatureStandard for a list of standards | |
| typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
| typedef TF_SignatureSchemeOptions< TF_SS< Rabin, STANDARD, H, int >, Rabin, 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 | |
Public Types inherited from Rabin | |
| typedef RabinFunction | PublicKey |
| typedef InvertibleRabinFunction | PrivateKey |
Static Public Member Functions inherited from TF_SS< Rabin, STANDARD, H > | |
| static std::string CRYPTOPP_API | StaticAlgorithmName () |
Static Public Member Functions inherited from Rabin | |
| static std::string | StaticAlgorithmName () |
Rabin signature scheme.
| STANDARD | signature standard |
| H | hash transformation |