aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes_gcm.zig
AgeCommit message (Expand)Author
2025-07-13Add documentation to std.crypto.aes_gcm.AesGcm.encrypt (#24427)Marcos GutiƩrrez Alonso
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-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob 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-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
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-11crypto.AesGcm: provision ghash for the final blockFrank Denis
2022-11-01std.crypto.onetimeauth.Ghash: make GHASH 2 - 2.5x faster (#13374)Frank Denis
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
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
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-10-06std/crypto: Add support for AES-GCMFrank Denis