Up

module Crc

: sig

Crc functions

#
val crc32 : string -> int64

Compute the 32-bit crc

#
val crc32hex : string -> string

String version of the crc, encoded in hex.

end