Function blst::blst_p2_mult

source ยท
pub unsafe extern "C" fn blst_p2_mult(
    out: *mut blst_p2,
    p: *const blst_p2,
    scalar: *const byte,
    nbits: usize,
)