ggsw encrypt

This commit is contained in:
Pro7ech
2025-10-20 10:39:00 +02:00
parent 53bc78f421
commit 8dc4946736
4 changed files with 29 additions and 70 deletions

View File

@@ -3,8 +3,8 @@ mod ggsw_ct;
mod glwe_ct;
pub use gglwe_ct::*;
// pub use ggsw_ct::*;
// pub use glwe_ct::*;
pub use ggsw_ct::*;
pub use glwe_ct::*;
#[allow(clippy::too_many_arguments)]
#[allow(dead_code)]