point_of_random_bytes

Function point_of_random_bytes 

Source
fn point_of_random_bytes<G: CommitmentCurve>(
    map: &G::Map,
    random_bytes: &[u8],
) -> G
where G::BaseField: Field,