Crypto++
8.2
Free C++ class library of cryptographic schemes
|
ElGamal encryption scheme with non-standard padding. More...
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.