Implementation of the Adler32 checksum algorithm.
It is not a particularly reliable checksum compared with MD5 but it is about 10 times faster.
NetworkComms.Net uses MD5 as its default but this class is provided should speed be the more important factor.
Inheritance Hierarchy
NetworkCommsDotNet.Tools Adler32Checksum
Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
See Also