package checkseum
Adler-32, CRC32 and CRC32-C implementation in C and OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
checkseum-0.4.0.tbz
sha256=2ba40f32db39fa1c47d9af96435374970301a2c846d93d1b4a8ccd83346f025a
sha512=3edee66d3fa8fb0e11cf05d24f925341c96c53864cb4fb5b6173e29038882d33e3ee82819a3a2bedde717a3658c866278d09196862735d2ac9da889badd26e7b
doc/src/checkseum.ocaml/checkseum.ml.html
Source file checkseum.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
type bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t module type S = sig type t = Optint.t val pp : Format.formatter -> t -> unit val equal : t -> t -> bool val default : t val digest_bytes : Bytes.t -> int -> int -> t -> t val unsafe_digest_bytes : Bytes.t -> int -> int -> t -> t val digest_string : String.t -> int -> int -> t -> t val unsafe_digest_string : String.t -> int -> int -> t -> t val digest_bigstring : bigstring -> int -> int -> t -> t val unsafe_digest_bigstring : bigstring -> int -> int -> t -> t val to_int32 : t -> int32 val of_int32 : int32 -> t end module Adler32 : S = Gin_adler32 module Crc32c : S = Gin_crc32c module Crc32 : S = Gin_crc32 module Crc24 : S = Gin_crc24
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>