OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Introduce a new version of the Adler32 checksum that does a mod of 65521 #17

Closed tw17 closed 6 years ago

tw17 commented 6 years ago

Introduced a new implementation of the Adler32 checksum that does a modulus of 65521 instead of 65536. We will default to using the old implementation as to not cause a breaking change. The old implementation is also marked as obsolete.

Fixes #16