mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-09 23:51:30 +01:00
clean lwe
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user