mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 02:05:31 +00:00
Previously this code used SipHash(1, 3) directly; now that we have the cache system available in the build system, borrow the same implementation as is being used everywhere else.