pub fn hash_to_point(input: &[u8]) -> Point
Implements a secure hash-to-curve function in non-constant time. The output Point has no known discrete log relative to G, and its Y coordinate always has even-parity.
Point
G