glwe packing

This commit is contained in:
Pro7ech
2025-10-16 18:03:24 +02:00
parent 827d257d0a
commit 31b92f7f23
2 changed files with 40 additions and 30 deletions

View File

@@ -328,7 +328,7 @@ where
res.set_k(a.k().min(res.k()));
}
fn glwe_normalize_inplace<R>(&mut self, res: &mut R, scratch: &mut Scratch<BE>)
fn glwe_normalize_inplace<R>(&self, res: &mut R, scratch: &mut Scratch<BE>)
where
R: GLWEToMut,
Scratch<BE>: ScratchTakeCore<BE>,