Skip to content
Snippets Groups Projects

CI: add same jobs as in original GitHub fork

Merged STEVAN Antoine requested to merge ci/add-same-jobs-as-in-original-github-fork into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -422,10 +422,7 @@ where
}
}
pub fn check_hiding_bound(
hiding_poly_degree: usize,
num_powers: usize,
) -> Result<(), Error> {
pub fn check_hiding_bound(hiding_poly_degree: usize, num_powers: usize) -> Result<(), Error> {
if hiding_poly_degree == 0 {
Err(Error::HidingBoundIsZero)
} else if hiding_poly_degree >= num_powers {
Loading