|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
LUC Integrated Encryption Scheme. More...
Inheritance diagram for LUC_IES< HASH, COFACTOR_OPTION, DHAES_MODE, LABEL_OCTETS >:Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
Additional Inherited Members | |
Public Types inherited from DL_ES< DL_CryptoKeys_LUC, DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >, DL_KeyDerivationAlgorithm_P1363< Integer, true, P1363_KDF2< SHA1 > >, DL_EncryptionAlgorithm_Xor< HMAC< SHA1 >, true, false >, LUC_IES<> > | |
| 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_LUC | |
| typedef DL_GroupParameters_LUC_DefaultSafePrime | GroupParameters |
| typedef DL_PublicKey_GFP< GroupParameters > | PublicKey |
| typedef DL_PrivateKey_GFP< GroupParameters > | PrivateKey |
LUC Integrated Encryption Scheme.
| COFACTOR_OPTION | cofactor multiplication option |
| HASH | HashTransformation derived class used for key drivation and MAC computation |
| DHAES_MODE | flag indicating if the MAC includes additional context parameters such as u·V, v·U and label |
| LABEL_OCTETS | flag indicating if the label size is specified in octets or bits |