pub unsafe extern "C" fn mp_int_mul_value(
    a: mp_int,
    value: mp_small,
    c: mp_int
) -> mp_result
Expand description

Sets c to the product of a and value.