ICrc is a set of utilities to work with Crc.
Crc stands for Cyclic Redundancy Code. A Crc can be used as a checksum for data. Who hasn't had an error once whilest opening a zip file because of a Crc error.
Crc is theorically a modulus, the remainder of a division. Practically Crc is pretty messed up over time to enhance speed and reliability.
TOADD