mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Updated packing to clean values correctly
This commit is contained in:
@@ -15,7 +15,7 @@ use crate::{
|
||||
},
|
||||
};
|
||||
|
||||
pub fn test_glwe_packing<BE: Backend>(module: &Module<BE>)
|
||||
pub fn test_glwe_packer<BE: Backend>(module: &Module<BE>)
|
||||
where
|
||||
Module<BE>: GLWEEncryptSk<BE>
|
||||
+ GLWEAutomorphismKeyEncryptSk<BE>
|
||||
@@ -4,9 +4,9 @@ pub mod external_product;
|
||||
pub mod keyswitch;
|
||||
|
||||
mod conversion;
|
||||
mod packing;
|
||||
mod glwe_packer;
|
||||
mod trace;
|
||||
|
||||
pub use conversion::*;
|
||||
pub use packing::*;
|
||||
pub use glwe_packer::*;
|
||||
pub use trace::*;
|
||||
|
||||
Reference in New Issue
Block a user