Skip to content

Commit

Permalink
Negate discriminant
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 5, 2024
1 parent ff01da9 commit ffa2864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_bindings/c_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extern "C" {
std::vector<uint8_t> proof_blob_v(proof_blob, proof_blob + proof_blob_size);

return CheckProofOfTimeNWesolowski(
discriminant,
-discriminant,
x_s_v.data(),
proof_blob_v.data(),
proof_blob_v.size(),
Expand Down

0 comments on commit ffa2864

Please sign in to comment.