Fabcoin Core
0.16.2
P2P Digital Currency
|
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 More... | |
typedef PK_FinalTemplate< ElGamalObjectImpl< DL_DecryptorBase< Integer >, SchemeOptions, SchemeOptions::PrivateKey > > | Decryptor |
implements PK_Decryptor interface More... | |
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
ElGamal encryption scheme with non-standard padding.
typedef PK_FinalTemplate<ElGamalObjectImpl<DL_DecryptorBase<Integer>, SchemeOptions, SchemeOptions::PrivateKey> > ElGamal::Decryptor |
implements PK_Decryptor interface
typedef PK_FinalTemplate<ElGamalObjectImpl<DL_EncryptorBase<Integer>, SchemeOptions, SchemeOptions::PublicKey> > ElGamal::Encryptor |
implements PK_Encryptor interface
typedef DL_CryptoSchemeOptions<ElGamal, ElGamalKeys, int, int, int> ElGamal::SchemeOptions |
|
inline |