pub fn hash_to_field(
    msg: &[u8],
    dst: &[u8],
    count: usize
) -> Result<Vec<P256FieldElement>, Error>
Expand description

Hash a message to a P256 field element.