8.16.0.4
cksum
Allows for calculation of CRC checksums of files in the style of the cksum utility from GNU Coreutils. Uses code from GNU Coreutils and gnulib.
1 Usage
> (require cksum)
> (get-cksum "main.rkt") ’("1628897698" 1607 "main.rkt")
get-cksum returns a list of three elements:
1. The checksum 2. The count of bytes in the file 3. The filename