index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
blake3.zig
Age
Commit message (
Expand
)
Author
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-11-05
Now that they support vectors, use math.rot{l,r}
Frank Denis
2020-10-25
std/crypto: vectorize BLAKE3
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Remove the reset() function from hash functions
Frank Denis
2020-08-20
Repair crypto/benchmark; add BLAKE2b256
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-04
std: fix blake3 assignment to constant
Vexu
2020-02-02
blake3: Workaround issue #4373 with named types
Jay Petacat
2020-02-02
blake3: Replace `&arr` with `arr[0..]` for slice args
Jay Petacat
2020-02-02
blake3: Name and const pointer refinements
Jay Petacat
2020-02-02
blake3: Convert `*const [n]u8` types to `[n]u8`
Jay Petacat
2020-02-01
crypto: Add BLAKE3 hashing algorithm
Jay Petacat