package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Crc functions

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.