Skip to content

Commit

Permalink
more pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmucb committed Apr 7, 2024
1 parent 84b47fa commit 4f2dc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/dilithium/dilithium.cc
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ bool dilithium_verify(dilithium_parameters& params, module_array& A,
printf("inf_norm(z) = %d, params.gamma_1_ - params.beta_ = %d\n", inf_z,params.gamma_1_ - params.beta_);
#endif
if (inf_z >= (params.gamma_1_ - params.beta_)) {
printf("returning false\n");
return false;
}

Expand Down

0 comments on commit 4f2dc7a

Please sign in to comment.