Add inplace ggsw-based blind-rotation

This commit is contained in:
Pro7ech
2025-10-28 16:03:26 +01:00
parent 8c1cc354e3
commit 37c76b6420
2 changed files with 70 additions and 28 deletions

View File

@@ -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,