# Functions
BenchmarkHashString32 is the implementation of a benchmark suite to compare the CPU and memory efficiency of a hashing algorithm against a reference implementation.
BenchmarkHashString64 is the implementation of a benchmark suite to compare the CPU and memory efficiency of a hashing algorithm against a reference implementation.
TestHashBytes32 is the implementation of a test suite to verify the behavior of a hashing algorithm.
TestHashBytes64 is the implementation of a test suite to verify the behavior of a hashing algorithm.
TestHashString32 is the implementation of a test suite to verify the behavior of a hashing algorithm.
TestHashString64 is the implementation of a test suite to verify the behavior of a hashing algorithm.
TestHashUint32 is the implementation of a test suite to verify the behavior of a hashing algorithm.
TestHashUint64 is the implementation of a test suite to verify the behavior of a hashing algorithm.