mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
refactoring of vec_znx
This commit is contained in:
@@ -11,6 +11,7 @@ pub mod stats;
|
||||
pub mod vec_znx;
|
||||
pub mod vec_znx_big;
|
||||
pub mod vec_znx_dft;
|
||||
pub mod vec_znx_ops;
|
||||
|
||||
pub use commons::*;
|
||||
pub use encoding::*;
|
||||
@@ -23,6 +24,7 @@ pub use stats::*;
|
||||
pub use vec_znx::*;
|
||||
pub use vec_znx_big::*;
|
||||
pub use vec_znx_dft::*;
|
||||
pub use vec_znx_ops::*;
|
||||
|
||||
pub const GALOISGENERATOR: u64 = 5;
|
||||
pub const DEFAULTALIGN: usize = 64;
|
||||
|
||||
Reference in New Issue
Block a user