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_init

Initial state with random bytes, that can be copied. Refresh this with new random bytes when the manifest format is modified in a non-backwards-compatible way.

Cache.hasher_init
pub const hasher_init: Hasher = Hasher.init(&.

File

lib/std/Build/Cache.zig:145

Code

pub const hasher_init: Hasher = Hasher.init(&.{
    0x33, 0x52, 0xa2, 0x84,
    0xcf, 0x17, 0x56, 0x57,
    0x01, 0xbb, 0xcd, 0xe4,
    0x77, 0xd6, 0xf0, 0x60,
})