Source: wikibot/checksum-algorithms
= Checksum algorithms
{wiki=Category:Checksum_algorithms}
A checksum is a value calculated from a data set to verify the integrity of the data. Checksum algorithms are mathematical functions that take an input (or message) and produce a fixed-size string of characters, which is typically a sequence of numbers or letters. This output, the checksum, can be used to detect errors or changes in the data that may occur during transmission or storage.