Files
llvm-project/llvm/lib/Support/SipHash.cpp
Marco Elver 3408e6af75 [Support] Add SipHash-based 64-bit stable hash function (#160945)
Factor out the 64-bit hash calculation in getPointerAuthStableSipHash()
as getStableSipHash(). This allows using the full 64-bit hash where we
require a stable hash.

Similar to getPointerAuthStableSipHash(), the new hash function is meant
to be stable across platforms and compiler versions.
2025-09-29 15:56:54 +02:00

2.1 KiB