# 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.
# 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.