mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
export blind rotation
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
// pub mod cggi;
|
||||
pub mod ccgi;
|
||||
pub mod cggi;
|
||||
pub mod key;
|
||||
pub mod lut;
|
||||
|
||||
pub use cggi::{cggi_blind_rotate, cggi_blind_rotate_scratch_space};
|
||||
pub use key::BlindRotationKeyCGGI;
|
||||
pub use lut::LookUpTable;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test_fft64;
|
||||
|
||||
@@ -4,7 +4,7 @@ use sampling::source::Source;
|
||||
use crate::{
|
||||
FourierGLWESecret, GLWECiphertext, GLWEPlaintext, GLWESecret, Infos, LWECiphertext, LWESecret,
|
||||
blind_rotation::{
|
||||
ccgi::{cggi_blind_rotate, cggi_blind_rotate_scratch_space, negate_and_mod_switch_2n},
|
||||
cggi::{cggi_blind_rotate, cggi_blind_rotate_scratch_space, negate_and_mod_switch_2n},
|
||||
key::BlindRotationKeyCGGI,
|
||||
lut::LookUpTable,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user