Up
Module
Crc
Crc functions
Signature
val
crc32 : string ->
Core_kernel.Std.Int63.t
Compute the 32-bit crc
val
bigstring_crc32 :
Core_kernel.Std.Bigstring.t
-> pos:int -> len:int ->
Core_kernel.Std.Int63.t
val
crc32hex : string -> string
String version of the crc, encoded in hex.