Adler32
Adler32 checksum algorithm.
Functions
Link copied to clipboard
inline fun SimpleChecksum.computeWithRead(initial: Int = this.initialValue, read: (buffer: ByteArray) -> Int): Int
Utility to perform a checksum by small chunks of data provided by the read function.
Link copied to clipboard
Creates a SimpleChecksumUpdater for this SimpleChecksum