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
2025-03-11
tbb support in blake3_c_rust_bindings
rust_bindings_tbb
Jack O'Connor
2025-03-09
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
2024-08-15
initial blake3_xof_many_avx512
Samuel Neves
2024-07-14
version 1.5.3
1.5.3
Jack O'Connor
2024-07-12
version 1.5.2
1.5.2
Jack O'Connor
2024-07-09
build(CMake): Add basic CMake presets for MSVC
Henrik S. Gaßmann
2024-07-09
build(CMake): Fix SIMD type detection
Henrik S. Gaßmann
2024-07-09
build(CMake): Add CLI overrides for SIMD detection
Henrik S. Gaßmann
2024-07-03
chore: fix some comments
wangcundashang
2024-06-11
Remove some dead stores
Tom Stellard
2024-04-07
fix Windows ARM64 build and detect ARM64EC as ARM64
Javier Blazquez
2024-03-12
version 1.5.1
1.5.1
Jack O'Connor
2024-03-12
optimize neon loadu_128/storeu_128 (#384)
divinity76
2024-02-04
comment cleanup
Jack O'Connor
2024-02-04
silenc gcc Werror=logical-op
divinity76
2023-12-02
build(CMake): Require C99 mode
Henrik S. Gaßmann
2023-11-05
Fix CMake target include directories if library is used with add_subdirectory...
Viacheslav H
2023-11-05
Fix Windows build with clang-cl
Rui Ueyama
2023-10-31
style: Remove trailing whitespace in CMakeLists.txt
Henrik Gaßmann
2023-10-31
build(CMake): Provide NEON cflags for ARMv8 32bit
Henrik Gaßmann
2023-10-02
build(CMake): Apply PP definitions to all sources
Henrik Gaßmann
2023-09-20
version 1.5.0
1.5.0
Jack O'Connor
2023-09-19
c/blake3_impl.h: don't try to do NEON on big-endian aarch64.
Havard Eidnes
2023-09-10
fix a build break in the blake3_c tests
Jack O'Connor
2023-09-10
update dev-dependencies
Jack O'Connor
2023-07-21
blake3_dispatch: Fix race condition initializing g_cpu_features.
Javier Blazquez
2023-07-06
version 1.4.1
1.4.1
Jack O'Connor
2023-07-05
retain the old NEON rotations in inline comments
Jack O'Connor
2023-07-05
NEON rot7/rot12 use shl+sri
sdlyyxy
2023-07-05
NEON: only use __builtin_shufflevector on clang
sdlyyxy
2023-07-05
Improve NEON rot16/rot8
sdlyyxy
[next]