@@ -269,7 +269,7 @@ int mp_mul_2d(mp_int *a, int b, mp_int *c);
/* b = a*2 */
intmp_mul_2(mp_int*a,mp_int*b);
/* c = a mod 2**d */
/* c = a mod 2**b */
intmp_mod_2d(mp_int*a,intb,mp_int*c);
/* computes a = 2**b */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.