xxhash

v0.2.1

  • Pages
  • Modules
  • XXHash
    • Top
    • Summary
    • Functions
      • xxh32/1
      • xxh32/2
      • xxh32/3
  • XXHash.Int32
    • Top
    • Summary
    • Functions
      • add/2
      • lshift/2
      • mul/2
      • prime_1/0
      • prime_2/0
      • prime_3/0
      • prime_4/0
      • prime_5/0
      • read/1
      • rotl/2
      • rshift/2
      • rshift_xor/2
      • sub/2
      • xor/2
  • XXHash.Int64
    • Top
    • Summary
    • Functions
      • add/2
      • lshift/2
      • mul/2
      • prime_1/0
      • prime_2/0
      • prime_3/0
      • prime_4/0
      • prime_5/0
      • read/1
      • rotl/2
      • rshift/2
      • rshift_xor/2
      • sub/2
      • xor/2

xxhash v0.2.1 XXHash

Link to this section Summary

Functions

xxh32(input)
xxh32(input, seed)
xxh32(input, length, seed)

Link to this section Functions

Link to this function xxh32(input)
Link to this function xxh32(input, seed)
xxh32(binary() | term(), non_neg_integer()) :: non_neg_integer()
Link to this function xxh32(input, length, seed)
xxh32(binary() | term(), non_neg_integer(), non_neg_integer()) ::
  non_neg_integer()
xxh32(binary() | term(), non_neg_integer(), non_neg_integer()) ::
  non_neg_integer()
xxh32(binary() | term(), non_neg_integer(), non_neg_integer()) ::
  non_neg_integer()

Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.