Skip to content

IntsToBytes

Name Mandatory Description Default Type
⬅️ Input Accepts sequence of integers as input. [Int]
Output ➡️ A byte sequence representing the sequence of integers. Bytes

Converts a sequence of integers into a byte sequence. Each integer in the sequence is serialized into its binary representation and concatenated into the resulting byte sequence.