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
field: add magnitude check and _fe_verify check for internal field APIs
1. _fe_verify on inputs of the functions:
1. _fe_normalizes_to_zero, _fe_normalizes_to_zero_var
2. _fe_to_storage
3. _fe_inv,_fe_inv_var
4. _fe_equal, _fe_equal_var
5. _fe_sqrt
2. _fe_verify on the result calculated in the functions:
1. _fe_inv,_fe_inv_var
2. _fe_sqrt
3. magnitude checks for inputs of the functions:
1. _fe_inv,_fe_inv_var
2. _fe_equal, _fe_equal_var
3. _fe_sqrt
4. moved a VERIFY_CHECK call (in _fe_inv, _fe_inv_var) out of #ifdef VERIFY in `field_5x52_impl.h`
0 commit comments