mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
feat(shortint): add modulus switch noise reduction params
This commit is contained in:
@@ -46,6 +46,7 @@ pub fn load_params(test_params: &TestParameterSet) -> ClassicPBSParameters {
|
||||
_ => panic!("Invalid encryption key choice"),
|
||||
}
|
||||
},
|
||||
modulus_switch_noise_reduction_params: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user