I have a large file I am reading and would like to calculate Error correction and append it to every 32 bits.
int_arr = np.fromfile(file_name, dtype=np.int32)