Skip to content

Commit

Permalink
Added a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Jun 8, 2023
1 parent d46389e commit f72d2ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,7 @@ template <typename C, typename T> void bigfield<C, T>::assert_is_in_field() cons

template <typename C, typename T> void bigfield<C, T>::assert_less_than(const uint256_t& upper_limit) const
{
// TODO(kesha): Merge this with assert_is_in_field
// Warning: this assumes we have run circuit construction at least once in debug mode where large non reduced
// constants are allowed via ASSERT
if (is_constant()) {
Expand Down

0 comments on commit f72d2ca

Please sign in to comment.