Definition of class Dgk. More...
#include "big_integer.h"
#include "ciphertext_base.h"
#include "crypto_provider.h"
#include "random_provider.h"
#include "utils/config.h"
#include <stdexcept>
#include <map>
Go to the source code of this file.
Classes | |
struct | SeComLib::Core::DgkPublicKey |
The public key container structure for the Dgk cryptosystem. More... | |
struct | SeComLib::Core::DgkPrivateKey |
The private key container structure for the Dgk cryptosystem. More... | |
class | SeComLib::Core::DgkCiphertext |
DGK cipertext. More... | |
struct | SeComLib::Core::DgkRandomizer |
The randomizer type for DGK. More... | |
class | SeComLib::Core::Dgk |
Implementation of the public-key DGK Cryptosystem. More... | |
Namespaces | |
SeComLib | |
The enclosing namespace. | |
SeComLib::Core | |
Contains the core library. | |
Definition of class Dgk.
Definition in file dgk.h.