|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Discrete Log Integrated Encryption Scheme, AKA DLIES More...
Inheritance diagram for DLIES< COFACTOR_OPTION, DHAES_MODE >:Static Public Member Functions | |
| static std::string | StaticAlgorithmName () |
Additional Inherited Members | |
Public Types inherited from DL_ES< DL_CryptoKeys_GFP, DL_KeyAgreementAlgorithm_DH< Integer, COFACTOR_OPTION >, DL_KeyDerivationAlgorithm_P1363< Integer, DHAES_MODE, P1363_KDF2< SHA1 > >, DL_EncryptionAlgorithm_Xor< HMAC< SHA1 >, DHAES_MODE >, DLIES<> > | |
| typedef PK_FinalTemplate< DL_DecryptorImpl< SchemeOptions > > | Decryptor |
| implements PK_Decryptor interface | |
| typedef PK_FinalTemplate< DL_EncryptorImpl< SchemeOptions > > | Encryptor |
| implements PK_Encryptor interface | |
Public Types inherited from DL_CryptoKeys_GFP | |
| typedef DL_GroupParameters_GFP_DefaultSafePrime | GroupParameters |
| typedef DL_PublicKey_GFP< GroupParameters > | PublicKey |
| typedef DL_PrivateKey_GFP< GroupParameters > | PrivateKey |
Discrete Log Integrated Encryption Scheme, AKA DLIES
Definition at line 615 of file gfpcrypt.h.
1.8.13