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
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
update the MSRV in CI to 1.78
Jack O'Connor
2025-03-09
use `ignore` to avoid overdoing rerun-if-changed in bindings
Jack O'Connor
2025-03-02
ci(cmake): test the minimum required version
Henrik Steffen Gaßmann
2025-03-02
build(cmake): improve CMake backwards compatibility
Henrik Steffen Gaßmann
2025-02-28
use rsplit_once for parsing tagged lines, add test cases
Jack O'Connor
2025-02-28
make anyhow::Result explicit in main.rs
Jack O'Connor
2025-02-28
use --tag docstring wording closer to md5sum's
Jack O'Connor
2025-02-28
reduce code duplication in parse_check_line
Jack O'Connor
2025-02-28
combine test_check and test_check_tag
Jack O'Connor
2025-02-28
add tests
Leah Neukirchen
2025-02-28
b3sum: add tag support for --check
Leah Neukirchen
2025-02-28
b3sum: add --tag
Leah Neukirchen
2025-02-27
version 1.6.1
1.6.1
Jack O'Connor
2025-02-27
remove mmap from the default features list
Jack O'Connor
2025-02-20
revert `unsafe extern "C"` blocks
Jack O'Connor
2025-02-20
add `unsafe` annotations needed for the 2024 edition
Jack O'Connor
2025-02-17
version 1.6.0
1.6.0
Jack O'Connor
2025-02-17
update b3sum/Cargo.lock
Jack O'Connor
2025-02-17
Add `Hash::from_slice` to handle conversion from `&[u8]` bytes
Josh Triplett
2025-02-13
fix build.rs errors on win7 targets
Omer Cheri
2025-02-06
remove checks that memmap2 does internally
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
another Windows-style newlines test
Jack O'Connor
2024-11-26
version 1.5.5
1.5.5
Jack O'Connor
2024-11-26
add back an explicit "digest" feature, for back compat
Jack O'Connor
2024-11-25
add support for windows newlines in b3sum --check
Jack O'Connor
2024-10-08
build(CMake): Fix pkg-config for absolute CMAKE_INSTALL_*DIR
Francesco Gazzetta
2024-09-14
heading fix, C2SP
JP Aumasson
2024-09-04
link to yesterday's interview
Jack O'Connor
2024-09-04
add xof benchmarks for non-power-of-2 lengths
Jack O'Connor
2024-08-27
Remove Miri equality workaround function
Aaron Feickert
2024-08-22
put equivalent Hasher examples in the hash/keyed_hash/derive_key docs
Jack O'Connor
2024-08-19
test_compare_reference_impl_long_xof
Jack O'Connor
2024-08-19
version 1.5.4
1.5.4
Jack O'Connor
2024-08-19
update b3sum/Cargo.lock
Jack O'Connor
2024-08-19
delete the guts crate for now
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
small cleanup in fill_one_block
Jack O'Connor
2024-08-18
debug_assert that xof_many is always called with whole blocks
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
test_fuzz_xof
Jack O'Connor
2024-08-15
add XOF benchmarks
Jack O'Connor
[next]