Documentation ¶
Overview ¶
Package hash provides the same hash primitives as used by the eBPF. This file should be kept in sync with the eBPF tracemgmt.h.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Uint32 ¶
Uint32 computes a hash of a 32-bit uint using the finalizer function for Murmur. 32-bit via https://en.wikipedia.org/wiki/MurmurHash#Algorithm
func Uint64 ¶
Uint64 computes a hash of a 64-bit uint using the finalizer function for Murmur3 Via https://lemire.me/blog/2018/08/15/fast-strongly-universal-64-bit-hashing-everywhere/
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.