Module Crc

module Crc: Crc

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