BigInteger.mulAdd

Multiply an array by one word k and add to result, return the carry

class BigInteger
static
int
mulAdd
(
int[] ot
,
int[] input
,
int offset
,
int len
,
int k
)

Meta