mirror of
https://github.com/ziglang/zig.git
synced 2026-01-15 20:05:16 +00:00
These systems write the number of *bits* of their inputs as a u64. However if `@sizeOf(usize) == 4`, an input message or associated data whose size is > 512 MiB could overflow. On 64-bit systems, it is safe to assume that no machine has more than 2 EiB of memory.