Hi all
I need to calculate CRC for my file..The algorithm is CRC-16..
I have a binary file with me.. I have also calculated checksum for the whole file . Now my doubt is for calculating checksum for any file do we need to calculate CRC for each and every data byte or is it just enough to do manipulations on the checksum of the whole file???
Thanks in advance