mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-09 23:51:30 +01:00
remove num.rs and fix mp parameter selector
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user