mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Reorganized other crates
This commit is contained in:
16
core/src/gglwe/mod.rs
Normal file
16
core/src/gglwe/mod.rs
Normal file
@@ -0,0 +1,16 @@
|
||||
pub mod automorphism;
|
||||
pub mod automorphism_key;
|
||||
pub mod ciphertext;
|
||||
pub mod encryption;
|
||||
pub mod external_product;
|
||||
pub mod keyswitch;
|
||||
pub mod keyswitch_key;
|
||||
pub mod tensor_key;
|
||||
|
||||
pub use automorphism_key::GLWEAutomorphismKey;
|
||||
pub use ciphertext::GGLWECiphertext;
|
||||
pub use keyswitch_key::GLWESwitchingKey;
|
||||
pub use tensor_key::GLWETensorKey;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_fft64;
|
||||
Reference in New Issue
Block a user