Adler-32 is the checksum used by zlib: two running sums combined into one 32-bit value. It is faster than CRC-32 but weaker on short inputs, which is why zlib pairs it with the compressed stream rather than trusting it alone. For example, the string Wikipedia becomes 11e60398 . The Fletcher checksum tool computes it alongside Fletcher-16 and Fletcher-32.
0 chars; 0 lines
0 chars; 0 lines
marduc812
© 202620260902_acd5cb6