CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/21 05:19:00
Modified files:
usr.sbin/bgpd : chash.c chash.h
Log message:
Implementation of a fast non-cryptographic hash function for small inputs
Based on HashLen0to16() from CityHash64. Useful for hashing a few ids
or pointer values that are local data into a hash. For such cases siphash
is overkill and this seems to be fast and good enough.
OK tb@
