package decompress

  1. Overview
  2. Docs

Window used by the Inflate algorithm.

A functionnal implementation of window to use with the inflate algorithm. After one process, you can reset and reuse the window for a new process. This API is available to limit the allocation by Decompress.

type 'o t
val create : proof:'o B.t -> 'o t
val reset : 'o t -> 'o t
val crc : 'o t -> Int32.t
OCaml

Innovation. Community. Security.