Crypto++  5.6.5
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
TF_ES< STANDARD, KEYS, ALG_INFO > Class Template Reference

Trapdoor Function (TF) encryption scheme. More...

+ Inheritance diagram for TF_ES< STANDARD, KEYS, ALG_INFO >:

Public Types

typedef STANDARD Standard
 see EncryptionStandard for a list of standards
 
typedef TF_CryptoSchemeOptions
< ALG_INFO, KEYS,
MessageEncodingMethod > 
SchemeOptions
 
typedef PK_FinalTemplate
< TF_DecryptorImpl
< SchemeOptions > > 
Decryptor
 implements PK_Decryptor interface
 
typedef PK_FinalTemplate
< TF_EncryptorImpl
< SchemeOptions > > 
Encryptor
 implements PK_Encryptor interface
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class STANDARD, class KEYS, class ALG_INFO>
class TF_ES< STANDARD, KEYS, ALG_INFO >

Trapdoor Function (TF) encryption scheme.

Template Parameters
STANDARDstandard
KEYSkeys used in the encryption scheme
ALG_INFOalgorithm information

Definition at line 2161 of file pubkey.h.


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