fn x_y_to_sec1_bytes(x: &[u8], y: &[u8]) -> Vec<u8> ⓘExpand description
Concatenate big endian serialized coordinates of an elliptic curve point, to form an
uncompressed SEC1 encoded curve point, with prefix 0x04 indicating it is an uncompressed
point.