Module Core.Crc

CRC functions.

val crc32 : string ‑> Core__.Import.Int63.t

Computes the 32-bit CRC.

val bigstring_crc32 : Core__.Import.Bigstring.t ‑> pos:int ‑> len:int ‑> Core__.Import.Int63.t
val crc32hex : string ‑> string

String version of the CRC, encoded in hex.