remove num.rs and fix mp parameter selector

This commit is contained in:
Janmajaya Mall
2024-06-11 17:53:00 +05:30
parent 1e0fb86782
commit eab9cd90c1
13 changed files with 17 additions and 47 deletions

View File

@@ -11,7 +11,7 @@ fn fhe_circuit(fhe_a: &FheUint8, fhe_b: &FheUint8, fhe_c: &FheUint8) -> FheUint8
}
fn main() {
set_parameter_set(ParameterSelector::MultiPartyLessThan16);
set_parameter_set(ParameterSelector::MultiPartyLessThanOrEqualTo16);
let no_of_parties = 2;
let client_keys = (0..no_of_parties)
.into_iter()