Definition of class ElGamal. More...
#include "big_integer.h"
#include "random_provider.h"
#include "crypto_provider.h"
#include "utils/config.h"
#include "el_gamal_ciphertext.h"
#include <map>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | SeComLib::Core::ElGamalPublicKey |
The public key container structure for the ElGamal cryptosystem. More... | |
struct | SeComLib::Core::ElGamalPrivateKey |
The private key container structure for the ElGamal cryptosystem. More... | |
struct | SeComLib::Core::ElGamalRandomizer |
The randomizer type for Paillier. More... | |
class | SeComLib::Core::ElGamal |
Implementation of the public-key ElGamal Cryptosystem. More... | |
Namespaces | |
SeComLib | |
The enclosing namespace. | |
SeComLib::Core | |
Contains the core library. | |
Definition of class ElGamal.
Definition in file el_gamal.h.