I need to convert int list into a byte string but I don't know how. I can't use bytes() because the values are too large.
bytes([152710136, 76354857, 38177353, 2252736081, 1126368238])
I get this error:
ValueError: bytes must be in range(0, 256)
The expected value is:
b'\xc4\xb7\x86\x17\xcd'