mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
Distinguish between gglwe_to_ggsw key and tensor_key + update key repreentation
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user