improve glwe_trace noise

This commit is contained in:
Pro7ech
2025-11-14 18:46:27 +01:00
parent 1ad54f53a8
commit 28102b684f
2 changed files with 23 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ pub trait GLWEPacking<BE: Backend> {
keys: &H,
scratch: &mut Scratch<BE>,
) where
R: GLWEToMut,
R: GLWEToMut + GLWEInfos,
A: GLWEToMut + GLWEToRef + GLWEInfos,
K: GGLWEPreparedToRef<BE> + GetGaloisElement + GGLWEInfos,
H: GLWEAutomorphismKeyHelper<K, BE>;
@@ -50,7 +50,7 @@ where
keys: &H,
scratch: &mut Scratch<BE>,
) where
R: GLWEToMut,
R: GLWEToMut + GLWEInfos,
A: GLWEToMut + GLWEToRef + GLWEInfos,
K: GGLWEPreparedToRef<BE> + GetGaloisElement + GGLWEInfos,
H: GLWEAutomorphismKeyHelper<K, BE>,