Skip to main content

Module reference

Module reference 

Source
Expand description

Pure-Rust reference implementations of all polynomial operations.

Contains scalar polynomial arithmetic (znx), vector-level operations (vec_znx), and an FFT64 implementation (fft64). Used as a correctness oracle for backend testing via the poulpy_hal::test_suite module.

Modulesยง

fft64
ntt120
Q120 NTT reference implementation.
vec_znx
znx