pub fn hash_to_curve_g2(msg: &[u8], dst: &[u8]) -> Result<G2Projective>Expand description
Hashes a message to a point in G2 using the SSWU map and 3-isogeny.
pub fn hash_to_curve_g2(msg: &[u8], dst: &[u8]) -> Result<G2Projective>Hashes a message to a point in G2 using the SSWU map and 3-isogeny.