!752 static int n = 10, l = 1000000; p { byte[] data = new byte[l]; for i to l: data[i] = (byte) (i+1); print("Bytes=" + n*l); for i to 10: time { for j to n: { S md5 = md5(data); if (j == 0) print(md5); } } }