Fabcoin Core  0.16.2
P2P Digital Currency
List of all members
RWSS< STANDARD, H > Struct Template Reference

Rabin-Williams signature scheme. More...

#include <rw.h>

Inheritance diagram for RWSS< STANDARD, H >:
[legend]
Collaboration diagram for RWSS< STANDARD, H >:
[legend]

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, 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...
 
- Public Types inherited from RW
typedef RWFunction PublicKey
 
typedef InvertibleRWFunction PrivateKey
 
- Public Member Functions inherited from RW
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Static Public Member Functions inherited from TF_SS< RW, STANDARD, H >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

template<class STANDARD, class H>
struct RWSS< STANDARD, H >

Rabin-Williams signature scheme.

Template Parameters
STANDARDsignature standard
Hhash transformation

Definition at line 139 of file rw.h.


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