[][src]Function fil_blst::blst_hash_to_g2

pub unsafe extern "C" fn blst_hash_to_g2(
    out: *mut blst_p2,
    msg: *const byte,
    msg_len: usize,
    DST: *const byte,
    DST_len: usize,
    aug: *const byte,
    aug_len: usize
)