poulpy-cpu-ref 0.1.0

The providing concrete implementations of poulpy-hal through its open extension points and reference cpu code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod module;
mod reim;
mod scratch;
mod svp;
mod vec_znx;
mod vec_znx_big;
mod vec_znx_dft;
mod vmp;
mod znx;

#[cfg(test)]
mod tests;

pub struct FFT64Ref {}