aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/blake3.zig
AgeCommit message (Expand)Author
2022-06-03std: update tests to stage2 semanticsVeikka Tuominen
2022-03-27std.crypto.blake3: use `@Vector` instead of `std.meta.Vector`Andrew Kelley
2021-11-20std: add `writer` methods on all crypto.hash types (#10168)Meghan
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update `hash` & `crypto` benchmarks run comment (#9790)Ali Chraghi
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-21std: Add more error checking in hexToBytesLemonBoy
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-11-05Now that they support vectors, use math.rot{l,r}Frank Denis
2020-10-25std/crypto: vectorize BLAKE3Frank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-08-21Hash functions now accept an option setFrank Denis
2020-08-20Remove the reset() function from hash functionsFrank Denis
2020-08-20Repair crypto/benchmark; add BLAKE2b256Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-04std: fix blake3 assignment to constantVexu
2020-02-02blake3: Workaround issue #4373 with named typesJay Petacat
2020-02-02blake3: Replace `&arr` with `arr[0..]` for slice argsJay Petacat
2020-02-02blake3: Name and const pointer refinementsJay Petacat
2020-02-02blake3: Convert `*const [n]u8` types to `[n]u8`Jay Petacat
2020-02-01crypto: Add BLAKE3 hashing algorithmJay Petacat