Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

Hasher

The type used for hashing file contents. Currently, this is SipHash128(1, 3), because it provides enough collision resistance for the Manifest use cases, while being one of our fastest options right now.

Cache.Hasher
pub const Hasher = crypto.auth.siphash.SipHash128(1, 3)

File

lib/std/Build/Cache.zig:140

Code

pub const Hasher = crypto.auth.siphash.SipHash128(1, 3)