Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
ntt.hpp File Reference
#include <stdint.h>
#include <memory>
#include <vector>
#include "hexl/util/aligned-allocator.hpp"
#include "hexl/util/allocator.hpp"
Include dependency graph for ntt.hpp:
This graph shows which files directly or indirectly include this file:

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