|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
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 () |
Trapdoor Function (TF) encryption scheme.
| STANDARD | standard |
| KEYS | keys used in the encryption scheme |
| ALG_INFO | algorithm information |