mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
Instead of padding, use static entropy to detect corrupted header. * 64-bit, safe modes: 10 canary bits * 64-bit, unsafe modes: 0 canary bits * 32-bit: 27 canary bits A further enhancement, not done here, would be to upgrade from canary to parity. |
||
|---|---|---|
| .. | ||
| stdlib | ||
| sys | ||
| ctype.zig | ||
| inttypes.zig | ||
| malloc.zig | ||
| math.zig | ||
| search.zig | ||
| stdlib.zig | ||
| string.zig | ||
| strings.zig | ||
| unistd.zig | ||
| wchar.zig | ||