uint checksum for the provided input data and starting checksumadler32
fn
uint adler32(uint adler, const(void)[] buf)Compute the Adler-32 checksum of a buffer's worth of data.
Parameters
adler | the starting checksum for the computation. Use 1 for a new checksum. Use the output of this function for a cumulative checksum. |
buf | buffer containing input data |
Returns
A