mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
add sext for fheuint
This commit is contained in:
@@ -83,14 +83,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
self.glwe_trace(
|
||||
res,
|
||||
log_n - log_gap_out,
|
||||
log_n,
|
||||
*a.get(&0).unwrap(),
|
||||
keys,
|
||||
scratch,
|
||||
);
|
||||
self.glwe_trace(res, log_n - log_gap_out, *a.get(&0).unwrap(), keys, scratch);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user