Module Crc

module Crc: sig .. end
Crc functions

val crc32 : string -> int64
Compute the 32-bit crc
val crc32hex : string -> string
String version of the crc, encoded in hex.