Definition of template abstract class CryptoProvider. More...
#include "big_integer.h"
#include "ciphertext_base.h"
#include "randomizer_cache_parameters.h"
#include "randomizer_container.h"
#include "randomizer_base.h"
#include "randomizer_cache.h"
#include <memory>
#include <stdexcept>
#include "crypto_provider.hpp"
Go to the source code of this file.
Classes | |
class | SeComLib::Core::CryptoProvider< T_PublicKey, T_PrivateKey, T_Ciphertext, T_Randomizer > |
Template abstract base class for homomorphic encryption primitives. More... | |
Namespaces | |
SeComLib | |
The enclosing namespace. | |
SeComLib::Core | |
Contains the core library. | |
Definition of template abstract class CryptoProvider.
Definition in file crypto_provider.h.