Function blst::blst_sign_pk2_in_g1

source ยท
pub unsafe extern "C" fn blst_sign_pk2_in_g1(
    out: *mut byte,
    out_sig: *mut blst_p2_affine,
    hash: *const blst_p2,
    SK: *const blst_scalar,
)