bigint_add2

Two operand addition

void
bigint_add2
(
word* x
,
size_t x_size
,
in word* y
,
size_t y_size
)

Parameters

x word*

the first operand (and output)

x_size size_t

size of x

y word*

the second operand

y_size size_t

size of y (must be >= x_size)

Meta