Skip to content

Commit

Permalink
assert_except here to avoid remote DoS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Aug 18, 2016
1 parent e813b3a commit 8ae419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algebra/fields/fp2.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Fp2_model<n,modulus> Fp2_model<n,modulus>::sqrt() const
}
if (check != one)
{
assert(0);
assert_except(0);
}


Expand Down

0 comments on commit 8ae419b

Please sign in to comment.