Decleration for the helper SingleCRT class. More...
#include <vector>
#include <iostream>
#include <NTL/ZZX.h>
#include "FHEContext.h"
#include "IndexMap.h"
#include "DoubleCRT.h"
Go to the source code of this file.
Classes | |
class | SingleCRT |
This class hold integer polynomials modulo many small primes. More... | |
Functions | |
void | conv (SingleCRT &s, const ZZX &p) |
void | conv (ZZX &p, const SingleCRT &s) |
ZZX | to_ZZX (const SingleCRT &s) |
void | conv (SingleCRT &s, const DoubleCRT &d) |
Decleration for the helper SingleCRT class.