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