Files
zig/lib/std/crypto/aegis.zig
Frank Denis c6966486e3 crypto.AegisMac: fix a regression from s/mem.copy/@memcpy/ (#15733)
In an update whose size is not a multiple of the block size,
we would end up calling @memcpy() with arguments of different sizes.
2023-05-16 23:51:47 +00:00

26 KiB