Integrity Checksum
A cryptographic hash function used to verify the unaltered state of data transmitted over a network, detecting modifications.
📜
The statement of the theorem
Define a cryptographic hash function , where is the input message space and is the fixed-size output space. For a transmitted message and its calculated checksum , integrity is verified by receiving and recalculating . The message is deemed unaltered if and only if .
Source: Wikipedia