pub fn points_to_bytes<C: CurveAffine>(g: &[C]) -> Vec<u8> ⓘ
Convert points to bytes as [x0, y0, x1, y1, …]