bigint_sub2_rev

Two operand subtraction, x = y - x; assumes y >= x

void
bigint_sub2_rev
(
word* x
,
in word* y
,
size_t y_size
)

Meta