pub fn hash_to_curve_g1(msg: &[u8], dst: &[u8]) -> Result<G1Projective>Expand description
Hashes a message to a point in G1 using the SSWU map.
pub fn hash_to_curve_g1(msg: &[u8], dst: &[u8]) -> Result<G1Projective>Hashes a message to a point in G1 using the SSWU map.