Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | List of all members
ElGamal Class Reference

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 ()
 

Detailed Description

ElGamal encryption scheme with non-standard padding.

Since
Crypto++ 1.0

Definition at line 131 of file elgamal.h.

Member Typedef Documentation

implements PK_Decryptor interface

Definition at line 141 of file elgamal.h.

implements PK_Encryptor interface

Definition at line 139 of file elgamal.h.

Definition at line 137 of file elgamal.h.

Definition at line 133 of file elgamal.h.

Member Function Documentation

CRYPTOPP_STATIC_CONSTEXPR const char* ElGamal::StaticAlgorithmName ( )
inline

Definition at line 135 of file elgamal.h.


The documentation for this class was generated from the following file: