View difference between Paste ID: VvQFvhwX and DMR05hJn
SHOW: | | - or go back to the newest paste.
1-
while (i < dim)
1+
while (j < i + 8 && j < dim)
2-
	{
2+
3-
		plain = 0;
3+
			outByteArray[j] = (unsigned char) (cipher >> (56 - 8*(j-i)) & (0xFF));
4-
		j = i;
4+
5-
		while (j < i + 8 && j < dim)
5+