Tagged Questions
9
votes
6answers
2k views
Why modulo 65521 in Adler-32 checksum algorithm?
The Adler-32 checksum algorithm does sums modulo 65521. I know that 65521 is the largest prime number that fits in 16 bits, but why is it important to use a prime number in this algorithm?
(I'm sure ...