package farmhash

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

Module FarmhashSource

Sourceval hash : string -> int
Sourceval hash32 : string -> int32
Sourceval hash64 : string -> int64
Sourceval hash_with_seed : string -> seed:int -> int
Sourceval hash32_with_seed : string -> seed:int -> int32
Sourceval hash64_with_seed : string -> seed:int -> int64
Sourceval hash_with_seeds : string -> seed0:int -> seed1:int -> int
Sourceval hash64_with_seeds : string -> seed0:int -> seed1:int -> int64
Sourceval hash128 : string -> int64 * int64
Sourceval hash128_with_seed : string -> seed:(int64 * int64) -> int64 * int64
Sourceval fingerprint : string -> int
Sourceval fingerprint32 : string -> int32
Sourceval fingerprint64 : string -> int64
Sourceval fingerprint128 : string -> int64 * int64
OCaml

Innovation. Community. Security.