Package-level declarations
Types
Link copied to clipboard
Adler32 checksum algorithm.
Link copied to clipboard
CRC32 checksum algorithm.
Link copied to clipboard
interface SimpleChecksum
Link copied to clipboard
Mutable checksum updater for SimpleChecksum, with a provided checksum
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