aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aegis.zig
AgeCommit message (Expand)Author
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