PolyVec class
Main functions:
- polyvectobytes / polyvecfrombytes: Serialize/Deserialize a vector of polynomials.
- polyveccompress / polyvecdecompress: Compress/Decompress the vector of polynomials.
- polyvecntt / polyvecinvntttomont: Transform to NTT domain and back to original domain.
- polyvecreduce: Reduce all coefficients modulo q.
- polyvecadd: Add two polyvec component-wise.
Constructors
- PolyVec()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited