pub fn point_from_x(x: Fr) -> Result<Point, Error>Expand description
Recover the canonical Grumpkin affine point from an x-coordinate.
Aztec addresses are the x-coordinate of a point whose y-coordinate is chosen to be the “positive” one, matching the upstream address derivation path.