Distinguish between gglwe_to_ggsw key and tensor_key + update key repreentation

This commit is contained in:
Pro7ech
2025-10-27 11:28:53 +01:00
parent 41ca5aafcc
commit 8d4c19a304
59 changed files with 2812 additions and 1596 deletions

View File

@@ -4,6 +4,7 @@ mod decryption;
mod dist;
mod encryption;
mod external_product;
mod glwe_packer;
mod glwe_packing;
mod glwe_trace;
mod keyswitching;
@@ -20,6 +21,7 @@ pub use decryption::*;
pub use dist::*;
pub use encryption::*;
pub use external_product::*;
pub use glwe_packer::*;
pub use glwe_packing::*;
pub use glwe_trace::*;
pub use keyswitching::*;