Function blst::blst_p1_mult

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