Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iammadab committed Jun 27, 2024
1 parent d0e1d06 commit fff6549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer-utils/src/uint/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ impl<const M: usize, const C: usize> AddSubConstants<UInt<M, C>> {
// TODO: if guaranteed no overflow, then we don't need to range check the highest limb
// hence this can be (N_OPERANDS - 1) * N_RANGE_CELLS_PER_CELL
// update this once, range check logic doesn't assume all limbs
pub const N_RANGE_CELLS_IN_CARRY_NO_OVERFLOW: usize = UInt::<M, C>::N_RANGE_CELLS;
pub const N_RANGE_CELLS_NO_OVERFLOW: usize = UInt::<M, C>::N_RANGE_CELLS;
}

0 comments on commit fff6549

Please sign in to comment.