Function blst::blst_p1s_mult_wbits_precompute

source ยท
pub unsafe extern "C" fn blst_p1s_mult_wbits_precompute(
    table: *mut blst_p1_affine,
    wbits: usize,
    points: *const *const blst_p1_affine,
    npoints: usize,
)