pub fn read_point(input: &[u8]) -> Result<G1, Error>
Reads the x and y points from the input slice.
x
y
Panics if the input is not at least 64 bytes long.