package
0.4.0
Repository: https://github.com/sp301415/tfhe-go.git
Documentation: pkg.go.dev

# Functions

From allocates an empty polynomial from given coefficient slice.
NewEvaluator allocates an empty Evaluator with degree N.
NewFourierPoly creates a fourier polynomial with degree N with empty coefficients.
NewPoly creates a polynomial with degree N with empty coefficients.

# Constants

MaxDegree is the maximum degree of polynomial that Evaluator can handle.
MinDegree is the minimum degree of polynomial that Evaluator can handle.

# Structs

Evaluator computes polynomial operations over the N-th cyclotomic ring.
FourierPoly is a polynomial modulo X^N + 1 over the fourier domain.
Poly is a polynomial modulo X^N + 1 over the coefficient domain.