hash_to_point

Function hash_to_point 

Source
pub fn hash_to_point(input: &[u8]) -> Point
Expand description

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.