You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#451 introduced a new operation called unconstrained_big_uint_div_mod. However, it's output is not type correct (should probably be List<List<G>> each).
Then range-checking for u8 should be the responsibility of the caller.
#451 introduced a new operation called
unconstrained_big_uint_div_mod. However, it's output is not type correct (should probably beList<List<G>>each).Then range-checking for
u8should be the responsibility of the caller.