Overview

Package adler32 implements the Adler-32 checksum.

It is defined in RFC 1950:

Constants

The size of an Adler-32 checksum in bytes.

func New

New returns a new hash.Hash32 computing the Adler-32 checksum. Its Sum method
will lay the value out in big-endian byte order. The returned Hash32 also
implements encoding.BinaryMarshaler and encoding.BinaryUnmarshaler to marshal
and unmarshal the internal state of the hash.