pub const TINFL_FLAG_COMPUTE_ADLER32: u32 = 8; // 8u32
Expand description

Calculate the adler32 checksum of the output data even if we’re not inflating a zlib stream.

If TINFL_FLAG_IGNORE_ADLER32 is specified, it will override this.

NOTE: Enabling/disabling this between calls to decompress will result in an incorrect checksum.