HEaaN
Crypto Lab's great homomorphic encryption library
|
#include <memory>
#include "HEaaN/Context.hpp"
#include "HEaaN/HEaaNExport.hpp"
#include "HEaaN/device/Device.hpp"
Go to the source code of this file.
Classes | |
class | HEaaN::KeyPack |
Class managing public keys. More... | |
Namespaces | |
HEaaN | |
Functions | |
HEAAN_API void | HEaaN::save (const EvaluationKey &key, std::ostream &stream) |
Save key to a given stream . More... | |
HEAAN_API void | HEaaN::save (const EncryptionKey &key, std::ostream &stream) |
HEAAN_API void | HEaaN::save (const SparseSecretEncapsulationKey &key, std::ostream &stream) |
HEAAN_API void | HEaaN::load (EvaluationKey &key, std::istream &stream) |
Load key from a given stream . More... | |
HEAAN_API void | HEaaN::load (EncryptionKey &key, std::istream &stream) |
HEAAN_API void | HEaaN::load (SparseSecretEncapsulationKey &key, std::istream &stream) |