index
:
github.com/BLAKE3-team/BLAKE3
0.1.5_branch
asm
asm_integration2
atomic_features
avx512_debug
bench_406668786
bg_reader
break_big_endian
cargo_lock
cet
ci
clang-cl-cross-compilation
clang-cl-cross-compilation-without-tests
codeql
codex/port-blake3_xof_many_avx512-to-windows
derive_key_array
export
fix_sse2
from-slice-with-tryfrom
gcc5.4
guts_api
guts_riscv
jakub-zwolakowski-tis-ci
kernel
kernel2
kernel_gather
master
mmap_fromthefront
more_guts
more_warnings
movd
no_output_struct
offload
old_fromthefront
permutation
purpose_string
refresh
rust_bindings_tbb
rust_bindings_tbb_llfio
spec_example_generator
test_cmake_ci
trigger_sse2
usage
use_guts
werror
xof
xof_integration
BLAKE3 is a cryptographic hash function
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c
/
blake3_dispatch.c
Age
Commit message (
Expand
)
Author
2025-12-09
Fix Cygwin build by skipping blake3_xof_many_avx512
kikairoya
2025-06-23
silence -Wunused-function on MacOS-arm64
hanshenrik
2025-01-22
add missing MAYBE_UNUSED
divinity76
2024-08-19
defined(__unix__) -> !defined(_WIN32)
Jack O'Connor
2024-08-18
make xof_many fall back to compress_xof instead of portable code
Jack O'Connor
2024-08-18
test that xof_many doesn't write more blocks than requested
Jack O'Connor
2024-08-15
mark blake3_xof_many_avx512 Unix-only in Rust and C
Jack O'Connor
2024-08-15
integrate with c code
Samuel Neves
2024-04-07
fix Windows ARM64 build and detect ARM64EC as ARM64
Javier Blazquez
2023-07-21
blake3_dispatch: Fix race condition initializing g_cpu_features.
Javier Blazquez
2023-04-21
correct SSSE3 detection; fixes #300
Samuel Neves
2022-10-03
Support portable build without intrinsics
wargio
2022-04-09
add prototypes to fix -Wstrict-prototypes warnings
Fangrui Song
2021-10-12
Use BLAKE3_USE_NEON=0 instead of BLAKE3_NO_NEON def
rsdy
2020-10-20
fix disabled-optimization -Wall -Werror
Hans Henrik Bergan
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-04-12
Do not require AVX512DQ
Samuel Neves
2020-03-31
move prototypes to shared header file, and make all local functions static.
Samuel Neves
2020-02-13
Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613
Samuel Neves
2020-02-02
Fix #51.
Samuel Neves
2020-01-28
add NEON support to blake3_dispatch.c
Jack O'Connor
2020-01-28
one more warning
Jack O'Connor
2020-01-28
fix unused variable warning
Jack O'Connor
2020-01-22
port compress_subtree_to_parent_node from Rust to C
Jack O'Connor
2020-01-22
clang-format
Jack O'Connor
2020-01-20
switch from BLAKE3_USE_* to BLAKE3_NO_*
Jack O'Connor
2020-01-20
make things more modular
Samuel Neves
2020-01-09
merge BLAKE3-c into this repo
Jack O'Connor