mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-11 16:41:29 +01:00
fix to_i64 for modulus u64
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user