Which checksum algorithm can you recommend in the following use case?
I want to generate checksums of small JPEG files (~8 kB each) to check if the content changed.
adler32, available in the zlib headers, is advertised as being significantly faster than crc32, while being only slightly less accurate.