Skip to content

Commit

Permalink
Add missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Aug 9, 2023
1 parent b963361 commit 6e0069b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ bool_t<Composer> verify_signature(const stdlib::byte_array<Composer>& message,
result_mod_r.prime_basis_limb.assert_equal(r.prime_basis_limb);
return bool_t<Composer>(ctx, true);
}
}

/**
* @brief Verify ECDSA signature. Returns 0 if signature fails (i.e. does not produce unsatisfiable constraints)
Expand Down

0 comments on commit 6e0069b

Please sign in to comment.