clean lwe

This commit is contained in:
Janmajaya Mall
2024-06-28 17:51:40 +05:30
parent 3eeae8b47f
commit 8e6cde2d89
9 changed files with 257 additions and 325 deletions

View File

@@ -11,7 +11,7 @@ fn fhe_circuit(a: &FheUint8, b: &FheUint8, c: &FheUint8, d: &FheUint8) -> FheUin
}
fn main() {
set_parameter_set(ParameterSelector::NonInteractiveMultiPartyLessThanOrEqualTo16);
set_parameter_set(ParameterSelector::NonInteractiveLTE2Party);
// set CRS
let mut seed = [0u8; 32];