XXHash (xxhash v0.3.1)
Elixir implementation of XXHash. Includes both 32 bit and 64 bit versions both outlined here: https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md
Link to this section Summary
Link to this section Functions
Link to this function
xxh32(input)
Link to this function
xxh32(input, seed)
Specs
xxh32(binary() | term(), non_neg_integer()) :: non_neg_integer()
Link to this function
xxh32(input, length, seed)
Specs
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()
Link to this function
xxh64(input)
Link to this function
xxh64(input, seed)
Specs
xxh64(binary() | term(), non_neg_integer()) :: non_neg_integer()
Link to this function
xxh64(input, length, seed)
Specs
xxh64(binary() | term(), non_neg_integer(), non_neg_integer()) :: non_neg_integer()
xxh64(binary() | term(), non_neg_integer(), non_neg_integer()) :: non_neg_integer()
xxh64(binary() | term(), non_neg_integer(), non_neg_integer()) :: non_neg_integer()