Function blst::blst_scalar_from_be_bytes

source ยท
pub unsafe extern "C" fn blst_scalar_from_be_bytes(
    out: *mut blst_scalar,
    in_: *const byte,
    len: usize,
) -> bool