main
hash: add SVE support for bulk key lookup
hash: pack the hitmask for hash in bulk lookup
hash: add dynamic polynomial calculation
hash: simplify key comparison across architectures
hash: uninline algorithm selection
hash: unify CRC32 selection for x86 and Arm
hash: split x86 and SW hash CRC intrinsics
hash: provide CRC32 functions based on intrinsics
hash: support common small key sizes
hash: use static assert
hash: reject too long name
hash: free replaced data on overwrite when RCU is configured
hash: remove spurious warnings in CRC32 init
hash: fix unaligned access for CRC
use C linkage where appropriate in headers
hash: fix build for x86 with GFNI
hash: initialize m128i with intrinsic for MSVC
build: mark exported symbols
hash: fix maybe-uninitialized warnings on build