creachadair_imath_sys

Function mp_int_add

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

Sets c to the sum of a and b.