Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
#include <stdint.h>
#include <memory>
#include <vector>
#include "hexl/util/aligned-allocator.hpp"
#include "hexl/util/allocator.hpp"
Go to the source code of this file.
Classes | |
class | intel::hexl::NTT |
Performs negacyclic forward and inverse number-theoretic transform (NTT), commonly used in RLWE cryptography. More... | |
struct | intel::hexl::NTT::AllocatorAdapter< Adaptee, Args > |
Helper class for custom memory allocation. More... | |
Namespaces | |
intel | |
intel::hexl | |