BSD Checksum

BSD Checksum

The BSD checksum algorithm is a commonly used, legacy checksum algorithm. It has been implemented in BSD and is also available through the GNU sum command line utility.

Read more about BSD ChecksumComputation of The BSD Checksum, Description of The Algorithm

Other articles related to "bsd checksum, checksum":

BSD Checksum - Description of The Algorithm
... As mentioned above, this algorithm computes a checksum by segmenting the data and adding it to an accumulator that is circular right shifted between each summation ... Example 4-bit checksum using 4-bit sized segments (big-endianEndianness) Input 101110001110 Loop 1 checksum 0000 seg 1011 a) Circular shift checksum 0000 ...