Can you please tell me the algorithm for aligning the length of the array by 4.
For example, I have an array of 7 bytes. Therefore, I need to supplement this array with another zero byte so that the length becomes equal to 8.
I myself can’t figure out how to calculate it.