Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Trapdoor Function (TF) encryption scheme. More...
Public Types | |
typedef STANDARD | Standard |
see EncryptionStandard for a list of standards More... | |
typedef TF_CryptoSchemeOptions< ALG_INFO, KEYS, MessageEncodingMethod > | SchemeOptions |
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface More... | |
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface More... | |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
Trapdoor Function (TF) encryption scheme.
STANDARD | standard |
KEYS | keys used in the encryption scheme |
ALG_INFO | algorithm information |
typedef STANDARD TF_ES< KEYS, STANDARD, ALG_INFO >::Standard |
see EncryptionStandard for a list of standards
typedef TF_CryptoSchemeOptions<ALG_INFO, KEYS, MessageEncodingMethod> TF_ES< KEYS, STANDARD, ALG_INFO >::SchemeOptions |
typedef PK_FinalTemplate<TF_DecryptorImpl<SchemeOptions> > TF_ES< KEYS, STANDARD, ALG_INFO >::Decryptor |
implements PK_Decryptor interface
typedef PK_FinalTemplate<TF_EncryptorImpl<SchemeOptions> > TF_ES< KEYS, STANDARD, ALG_INFO >::Encryptor |
implements PK_Encryptor interface
|
inlinestatic |