aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aegis.zig
AgeCommit message (Expand)Author
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-13std.crypto.aegis: Absorb ad instead of encrypting it.Erik Schlyter
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-02-17crypto.auth.Aegis128X*Mac: properly absorb tags in the first lane (#22922)Frank Denis
2024-12-11Reinstantiates AEGIS-MAC with the final construction (#22205)Frank Denis
2024-12-04Remove parallel variants of AEGIS-MAC (#22146)Frank Denis
2024-11-22std.crypto.aes: introduce AES block vectors (#22023)Frank Denis
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-03-12{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)Frank Denis
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-08-14std.crypto.aead: Consistent decryption tail and doc fixes (#16781)e4m2
2023-07-19Be more conservative in the description of Aegis256Mac (#16452)Frank Denis
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-16crypto.AegisMac: fix a regression from s/mem.copy/@memcpy/ (#15733)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25update `@memcpy` to require equal src and dest lensAndrew Kelley
2023-04-21AEGIS MAC: add support for 128-bit tags (#15379)Frank Denis
2023-04-14std.crypto.aegis: support 256-bit tags (#15276)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-02std.crypto: make proper use of `undefined`Andrew Kelley
2022-11-22std.crypto.auth: add AEGIS MAC (#13607)Frank Denis
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-20std/crypto: use finer-grained error sets in function signatures (#8558)Frank Denis
2021-03-14Use a unified error set for std/crypto/*Frank Denis
2021-02-24zig fmt the std libAndrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-09-29aegis: add test vectors, and link to the latest version of the specFrank Denis
2020-09-29Add AEGIS-256 as wellFrank Denis
2020-09-29std/crypto: add the AEGIS128L AEADFrank Denis