mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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.