Method Crypto.Checksum.crc32() Method crc32 int(0..) crc32(string(8bit) data, void|int(0..) seed) Description This function calculates the standard ISO3309 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.