Function blst::blst_p1s_tile_pippenger

source ยท
pub unsafe extern "C" fn blst_p1s_tile_pippenger(
    ret: *mut blst_p1,
    points: *const *const blst_p1_affine,
    npoints: usize,
    scalars: *const *const byte,
    nbits: usize,
    scratch: *mut limb_t,
    bit0: usize,
    window: usize,
)