mirror of
https://github.com/boostorg/container_hash.git
synced 2026-01-31 20:12:24 +00:00
bb2a91bf47354bfce7378394bc0fa84c76ecfe4e
Given the existing interface, it's quite tricky to use most popular hash functions without a change, so I'm using a modified version of FNV1a. The current function always starts with a seed of 0 (and will in user functions), so I'm adding the offset each time instead. I'm not sure if that will work as well.
Description
Mirrored via gitea-mirror
Languages
C++
98%
CMake
1%
Shell
0.5%
Batchfile
0.4%
HTML
0.1%