package murmur3

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

Source file murmur3.ml

1
2
3
4

external hash32 : string -> int32 = "caml_murmur3_hash32"
external hash64 : string -> int64 = "caml_murmur3_hash64"
external hash128 : string -> int64 * int64 = "caml_murmur3_hash128"
OCaml

Innovation. Community. Security.