Home
Name Modified Size InfoDownloads / Week
README 2025-06-02 637 Bytes
LICENSE 2025-06-02 1.8 kB
f2568.h 2025-06-02 2.2 kB
f2568.c 2025-06-02 1.3 MB
Totals: 4 Items   1.4 MB 0
f2568()
June 1, 2025

* Minor formatting changes

What is this?

f2568() is a variable length tabulation hashing function which
returns a 64 bit hash result of input data up to a size of 256
bytes. It’s quite fast (basically requiring as many XOR operations
as the data length in bytes), easy to understand and very strong
at the same time.

f2568() is publicly available under the BSD-3-Clause License.

Being a tabulation hash function, it’s not 4-independent, which can
safely be ignored for the intended purposes.

More information is available here: https://blog.inlab.net/posts/f2568/ 

Thomas G. Obermair
Inlab Networks GmbH

Source: README, updated 2025-06-02