mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Add inplace ggsw-based blind-rotation
This commit is contained in:
@@ -101,7 +101,7 @@ where
|
||||
// How many bits to take
|
||||
let bit_size: usize = (32 - bit_start).min(digit);
|
||||
|
||||
module.glwe_to_glwe_blind_rotation(
|
||||
module.glwe_blind_rotation(
|
||||
&mut res,
|
||||
&test_glwe,
|
||||
&k_enc_prep,
|
||||
|
||||
Reference in New Issue
Block a user