mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 18:51:44 +03:00
525aff6048
AsconXof128 and AsconCxof128 were applying the padding in update() calls. That was totally fine for one-shot hashing, but not for streaming (multiple update() calls before finalization).