Package-level declarations
Types
Link copied to clipboard
interface Checksum
A streaming, unkeyed integrity check (CRC / Adler family). All implementations are pure-Kotlin and table-driven. They are cheap (GB/s), export-safe, and need no constant-time care, so the core module can hold them. AES is different: this design delegates it to a platform crypto provider.