Add FheUint from Vec<GLWE>

This commit is contained in:
Pro7ech
2025-10-29 16:26:47 +01:00
parent 9d5bc43632
commit 8743eeb800
3 changed files with 99 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ where
self.execute_bdd_circuit(&mut out_bits, &helper, circuit, scratch_1);
// Repacks the bits
out.pack(self, out_bits, &key.cbt.atk, scratch_1);
out.pack(self, out_bits, key, scratch_1);
}
}