[][src]Function blst::blst_hash_to_g1

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