Converts the VRFProof instance into a List<int> by concatenating the 'c' and 's' components.
List<int> toBytes() { return [..._c, ..._s]; }