Method Crypto.Checksum.adler32() Method adler32 int(0..) adler32(string(8bit) data, void|int(0..) seed) Description This function calculates the Adler-32 Cyclic Redundancy Check. Parameter seed Can be fed with the result of the previous invocation to chain on new data. Defaults to zero on virgin runs.