Skip to content

cp,hash: Move hash functions to its own package

Vgutierrez requested to merge hash-refactor into main

For the upcoming katran support we need a 64 bits hash for IP addresses, SipHash is already suitable for that, so let's move the hash functions to its own package and provide Hash32 and Hash64 helpers

Merge request reports