ltc_ecc_mul2add

Function ltc_ecc_mul2add 

Source
pub unsafe extern "C" fn ltc_ecc_mul2add(
    A: *mut ecc_point,
    kA: *mut c_void,
    B: *mut ecc_point,
    kB: *mut c_void,
    C: *mut ecc_point,
    modulus: *mut c_void,
) -> c_int