Skip to content

Commit

Permalink
update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
HadarIngonyama committed Dec 10, 2024
1 parent 740c3f4 commit f757986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icicle/include/icicle/fields/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ class Field
xs.limbs_storage, ys.limbs_storage, get_mont_inv_modulus(), get_modulus<1>(), r.limbs_storage);
// return r;
return mont_sub_modulus(r);
// return sub_modulus(r);
}

static constexpr HOST_DEVICE_INLINE Field mont_reduce(Wide t)
Expand Down

0 comments on commit f757986

Please sign in to comment.