Function tomcrypt_sys::ltc_ecc_mul2add [] [src]

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