adler32

Compute the Adler32 checksum of the data in buf[]. adler is the starting value when computing a cumulative checksum.

uint
adler32
(
uint adler
,
const(void)[] buf
)
Suggestion Box / Bug Report