fix to_i64 for modulus u64

This commit is contained in:
Janmajaya Mall
2024-05-20 13:22:32 +05:30
parent 28216110b2
commit b8fdf4552e
2 changed files with 4 additions and 4 deletions

View File

@@ -1927,7 +1927,7 @@ mod tests {
let mut bool_evaluator = BoolEvaluator::<
Vec<Vec<u64>>,
NttBackendU64,
WordSizeModulus<CiphertextModulus<u64>>,
ModularOpsU64<CiphertextModulus<u64>>,
ModularOpsU64<CiphertextModulus<u64>>,
>::new(SP_BOOL_PARAMS);