Traits reduction, file + structs renaming

This commit is contained in:
Pro7ech
2025-10-21 10:17:52 +02:00
parent 77b49ea530
commit db3b20b8f6
106 changed files with 1026 additions and 1108 deletions

View File

@@ -1,5 +1,5 @@
mod glwe_ct;
mod lwe_ct;
mod glwe;
mod lwe;
pub use glwe_ct::*;
pub use lwe_ct::*;
pub use glwe::*;
pub use lwe::*;