Function EC_POINTs_mul

Source
pub unsafe extern "C" fn EC_POINTs_mul(
    group: *const ec_group_st,
    r: *mut ec_point_st,
    n: *const bignum_st,
    num: usize,
    p: *mut *const ec_point_st,
    m: *mut *const bignum_st,
    ctx: *mut bignum_ctx,
) -> i32