mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 20:53:44 +00:00
Read bytes to check expected values instead of reading and hashing them. Hashing is a waste of time when we can just read and compare. This also removes a dependency on std.crypto.hash.sha2.Sha256 for tests.