Crypto++  8.8
Free C++ class library of cryptographic schemes
List of all members
RabinES< STANDARD > Struct Template Reference

Rabin encryption scheme. More...

+ Inheritance diagram for RabinES< STANDARD >:

Additional Inherited Members

- Public Types inherited from TF_ES< Rabin, STANDARD >
typedef STANDARD Standard
 see EncryptionStandard for a list of standards
 
typedef TF_CryptoSchemeOptions< TF_ES< Rabin, STANDARD, int >, Rabin, MessageEncodingMethod > SchemeOptions
 
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > Decryptor
 implements PK_Decryptor interface
 
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > Encryptor
 implements PK_Encryptor interface
 
- Public Types inherited from Rabin
typedef RabinFunction PublicKey
 
typedef InvertibleRabinFunction PrivateKey
 
- Static Public Member Functions inherited from TF_ES< Rabin, STANDARD >
static std::string StaticAlgorithmName ()
 
- Static Public Member Functions inherited from Rabin
static std::string StaticAlgorithmName ()
 

Detailed Description

template<class STANDARD>
struct RabinES< STANDARD >

Rabin encryption scheme.

Template Parameters
STANDARDencryption standard

Definition at line 116 of file rabin.h.


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