mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 19:23:37 +00:00
* Fix SHA3 with streaming Leftover bytes should be added to the buffer, not to the state. (or, always to the state; we can and probably should eventually get rid of the buffer) Fixes #14851 * Add a test for SHA-3 with streaming