Crypto++ 8.2
Free C&
|
ElGamal encryption scheme with non-standard padding. More...
#include <elgamal.h>
Public Types | |
typedef DL_CryptoSchemeOptions< ElGamal, ElGamalKeys, int, int, int > | SchemeOptions |
typedef SchemeOptions::GroupParameters | GroupParameters |
typedef PK_FinalTemplate< ElGamalObjectImpl< DL_EncryptorBase< Integer >, SchemeOptions, SchemeOptions::PublicKey > > | Encryptor |
implements PK_Encryptor interface | |
typedef PK_FinalTemplate< ElGamalObjectImpl< DL_DecryptorBase< Integer >, SchemeOptions, SchemeOptions::PrivateKey > > | Decryptor |
implements PK_Decryptor interface | |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
ElGamal encryption scheme with non-standard padding.
typedef DL_CryptoSchemeOptions<ElGamal, ElGamalKeys, int, int, int> ElGamal::SchemeOptions |
typedef SchemeOptions::GroupParameters ElGamal::GroupParameters |
typedef PK_FinalTemplate<ElGamalObjectImpl<DL_EncryptorBase<Integer>, SchemeOptions, SchemeOptions::PublicKey> > ElGamal::Encryptor |
implements PK_Encryptor interface
typedef PK_FinalTemplate<ElGamalObjectImpl<DL_DecryptorBase<Integer>, SchemeOptions, SchemeOptions::PrivateKey> > ElGamal::Decryptor |
implements PK_Decryptor interface
|
inlinestatic |