package core

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

CRC functions.

val crc32 : string -> Core_kernel.Int63.t

Computes the 32-bit CRC.

val bigstring_crc32 : Core_kernel.Bigstring.t -> pos:int -> len:int -> Core_kernel.Int63.t
val crc32hex : string -> string

String version of the CRC, encoded in hex.