Function hash_to_curve::p256_hash::hash_to_curve
source · pub fn hash_to_curve(msg: &[u8], dst: &[u8]) -> Result<P256Point, Error>
Expand description
Hash a message to a point in P256.
pub fn hash_to_curve(msg: &[u8], dst: &[u8]) -> Result<P256Point, Error>
Hash a message to a point in P256.