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:
6
core/src/ggsw/mod.rs
Normal file
6
core/src/ggsw/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod ciphertext;
|
||||
|
||||
pub use ciphertext::GGSWCiphertext;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_fft64;
|
||||
Reference in New Issue
Block a user