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
Age
Commit message (
Expand
)
Author
2026-01-08
version 1.8.3
HEAD
1.8.3
master
Jack O'Connor
2026-01-08
update to the 2024 edition
Jack O'Connor
2025-12-09
Fix Cygwin build by skipping blake3_xof_many_avx512
kikairoya
2025-10-22
chore: make some documents clearer (#528)
wyrapeseed
2025-10-19
Update CMakeLists cmake_minimum_required to suppress warning
Keith Winstein
2025-07-16
Mark blake3_hash_neon as static (#497)
Nikita Popov
2025-06-23
silence -Wunused-function on MacOS-arm64
hanshenrik
2025-04-30
Quote cmake compiler frontend variable expansion
silvanshade
2025-04-30
Relax Clang frontend variant detection
silvanshade
2025-04-29
build(cmake): Use tbb32 pkgconfig package on 32-bit builds
Tim Schumacher
2025-04-20
version 1.8.2
1.8.2
Jack O'Connor
2025-04-19
c: fix cmake call in docs
Pavel Shago
2025-04-17
Add C++ std lib to pkg-config
silvanshade
2025-04-17
Remove compiler check for TBB feature
silvanshade
2025-04-03
Fix pkg-config CFLAGS for multiple features
silvanshade
2025-04-02
version 1.8.1
1.8.1
Jack O'Connor
2025-04-02
Add -DBLAKE3_USE_TBB to pkg-config CFLAGS
silvanshade
2025-04-02
refactor: fix a few nits in the join function
Henrik Gaßmann
2025-04-02
Propagate tbb through CMake config
silvanshade
2025-04-02
Propagate tbb through pkg-config
silvanshade
2025-03-30
version 1.8.0
1.8.0
Jack O'Connor
2025-03-30
add the `hazmat` module and deprecate the undocumented `guts` module
Jack O'Connor
2025-03-18
version 1.7.0
1.7.0
Jack O'Connor
2025-03-15
close the fd in example_tbb.c
Jack O'Connor
2025-03-15
example_tbb.c
Jack O'Connor
2025-03-15
[C library] use Windows asm for cygwin
Maksim Bondarenkov
2025-03-14
@toothbrush7777777's fix for `use_msvc_asm`
Jack O'Connor
2025-03-14
Fix cross compilation with clang-cl
Sporif
2025-03-13
README.md and c/README.md edits related to multithreading
Jack O'Connor
2025-03-13
tbb support in blake3_c_rust_bindings
Jack O'Connor
2025-03-13
Implement TBB-based parallelism for C lib
silvanshade
2025-03-09
use `ignore` to avoid overdoing rerun-if-changed in bindings
Jack O'Connor
2025-03-02
build(cmake): improve CMake backwards compatibility
Henrik Steffen Gaßmann
2025-02-27
version 1.6.1
1.6.1
Jack O'Connor
2025-02-17
version 1.6.0
1.6.0
Jack O'Connor
2025-02-03
replace a couple deprecated functions in benchmarks
Jack O'Connor
2025-02-03
upgrade rand to v0.9
Jack O'Connor
2025-01-22
add missing MAYBE_UNUSED
divinity76
2024-11-26
version 1.5.5
1.5.5
Jack O'Connor
2024-10-08
build(CMake): Fix pkg-config for absolute CMAKE_INSTALL_*DIR
Francesco Gazzetta
2024-08-19
version 1.5.4
1.5.4
Jack O'Connor
2024-08-19
defined(__unix__) -> !defined(_WIN32)
Jack O'Connor
2024-08-18
delete portable::xof_many and blake3_xof_many_portable
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
fix a warning in the blake3_c_rust_bindings tests
Jack O'Connor
2024-08-15
integrate xof_many with the Rust implementation and with Rust and C tests
Jack O'Connor
2024-08-15
add an intrinsics implementation of blake3_xof_many_avx512
Jack O'Connor
2024-08-15
integrate with c code
Samuel Neves
[next]