pub fn hash_to_curve(msg: &[u8], dst: &[u8]) -> Result<P256Point, Error>
Expand description

Hash a message to a point in P256.