Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Rabin-Williams signature scheme. More...
#include <rw.h>
Additional Inherited Members | |
Public Types inherited from TF_SS< RW, STANDARD, H > | |
typedef STANDARD | Standard |
see SignatureStandard for a list of standards More... | |
typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
typedef TF_SignatureSchemeOptions< TF_SS< RW, STANDARD, H, int >, RW, 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... | |
Public Types inherited from RW | |
typedef RWFunction | PublicKey |
typedef InvertibleRWFunction | PrivateKey |
Static Public Member Functions inherited from TF_SS< RW, STANDARD, H > | |
static std::string | StaticAlgorithmName () |
Static Public Member Functions inherited from RW | |
static const char * | StaticAlgorithmName () |
Rabin-Williams signature scheme.
STANDARD | signature standard |
H | hash transformation |