On this page:
crc32

5 CRC checksums

 (require (planet untyped/unlib/crc))

(crc32 data)  natural?
  data : bytes?
Returns the IEEE 32-bit checksum of data.

Examples:

  > (crc32 #"Hello world!")

  461707669

  > (crc32 #"Hello world.")

  2335835140