More checksum options
Posted: 08 Oct 2014 20:31
The option to keep a running 8/16/32-bit total is already there, but those options still operate on individual bytes. e.g: 86 FE B7 21 52 BD 4F 58 is always calculated by adding up the individual bytes ( 86+FE+B7+21+52+BD+4F+58) regardless of whether the final checksum is 8, 16, or 32 bits.
Being able to calculate checksums by word (or dword) would be nice. i.e: 86 FE B7 21 52 BD 4F 58 = 86FE+B721+52BD+4F58
Being able to calculate checksums by word (or dword) would be nice. i.e: 86 FE B7 21 52 BD 4F 58 = 86FE+B721+52BD+4F58