pub unsafe extern "C" fn mp_int_mul(
    a: mp_int,
    b: mp_int,
    c: mp_int
) -> mp_result
Expand description

Sets c to the product of a and b.