explicit condition
This commit is contained in:
parent
6d63370370
commit
9d63882d50
@ -94,7 +94,7 @@ int func_name (mp_int * a, type b) \
|
||||
int res = mp_grow(a, new_size); \
|
||||
if (res == MP_OKAY) { \
|
||||
mp_zero(a); \
|
||||
while (b) { \
|
||||
while (b != 0u) { \
|
||||
a->dp[x++] = ((mp_digit)b & MP_MASK); \
|
||||
b >>= DIGIT_BIT; \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user