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-02-16
impl TryFrom<&[u8]> for Hash, to match Hash::from_slice
from-slice-with-tryfrom
Jack O'Connor
2025-02-16
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
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-08-15
update our required version of `cc`
Jack O'Connor
2024-07-17
build(windows): add support for gnullvm targets
Maksim Bondarenkov
2024-07-17
Manually implement `Zeroize`
Gard Kylling
2024-07-15
Update the license field in b3sum/Cargo.toml
Benjamin A. Beasley
2024-07-14
version 1.5.3
1.5.3
Jack O'Connor
2024-07-14
update Cargo.lock
Jack O'Connor
2024-07-14
Revert "serialize Hash with serde_bytes"
Jack O'Connor
2024-07-12
--dry-run is no longer needed in the release checklist
Jack O'Connor
2024-07-12
version 1.5.2
1.5.2
Jack O'Connor
2024-07-12
update b3sum/Cargo.lock
Jack O'Connor
2024-07-12
update b3sum license symlinks
Jack O'Connor
2024-07-12
Do not let cc-rs trigger a rebuild any time the env changes
Michael Hinton
2024-07-10
update CBOR tests per @BurningEnlightenment's suggestions
Jack O'Connor
2024-07-09
bump the MSRV in CI
Jack O'Connor
2024-07-09
serialize Hash with serde_bytes
Jack O'Connor
[next]