mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
Add FheUint from Vec<GLWE>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user