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

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

+ Inheritance diagram for TF_ES< KEYS, STANDARD, 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 KEYS, class STANDARD, class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
class TF_ES< KEYS, STANDARD, ALG_INFO >

Trapdoor Function (TF) encryption scheme.

Template Parameters
STANDARDstandard
KEYSkeys used in the encryption scheme
ALG_INFOalgorithm information

Definition at line 2289 of file pubkey.h.


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