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
2023-11-18
Add Linux - Windows MSVC tests to Github CI
clang-cl-cross-compilation
Sporif
2023-11-18
Fix cross compilation with clang-cl
clang-cl-cross-compilation-without-tests
Sporif
2023-11-05
add the compiler name to CMake CI jobs
Jack O'Connor
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: Exclude whitespace fixups from git blame
Henrik Gaßmann
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-10-02
allow(unreachable_code) in all the *_detected functions
Jack O'Connor
2023-09-20
version 1.5.0
1.5.0
Jack O'Connor
2023-09-19
add a test for the new serde feature
Jack O'Connor
2023-09-19
Add serde support for Hash behind optional feature
Ralph Minderhoud
2023-09-19
don't default to NEON intrinsics in build.rs for big-endian targets
Jack O'Connor
2023-09-19
c/blake3_impl.h: don't try to do NEON on big-endian aarch64.
Havard Eidnes
2023-09-19
minor cleanup in Hasher docs
Jack O'Connor
2023-09-16
make update_reader/mmap/mmap_rayon return self
Jack O'Connor
2023-09-16
replace the new file module with inherent methods on Hasher
Jack O'Connor
2023-09-16
move file operations from b3sum to blake3
Banyc
2023-09-16
document the `zeroize` Cargo feature
Jack O'Connor
2023-09-10
stop using MIPS for big-endian testing
Jack O'Connor
2023-09-10
update the MSRV for b3sum to 1.70.0
Jack O'Connor
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-16
Remove unneeded digest/std in std feature
Elichai Turkel
2023-07-16
Add tests for Zeroize
Elichai Turkel
2023-07-16
Implement Zeroize on exported types
Elichai Turkel
2023-07-06
version 1.4.1
1.4.1
Jack O'Connor
2023-07-06
update constant_time_eq to v0.3.0
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
2023-06-27
Fix typo exendable -> extendable
1f604
2023-06-17
build(CMake): Rework NEON detection
Henrik S. Gaßmann
2023-06-17
correct the VERSION in CMakeLists.txt
Jack O'Connor
2023-06-17
build(CMake): Fix pkg-config directory specification
Henrik S. Gaßmann
2023-06-08
version 1.4.0
1.4.0
Jack O'Connor
2023-06-08
update memmap2 to v0.7.0
Jack O'Connor
2023-06-08
factor out b3sum tests in ci.yml, to support a different MSRV
Jack O'Connor
2023-06-06
add b3sum --seek
Jack O'Connor
2023-05-24
build(cmake): Print the active SIMD configuration
Henrik S. Gaßmann
2023-05-24
build(cmake): Properly configure dispatcher for no SIMD
Henrik S. Gaßmann
2023-05-24
build(cmake): Correctly detect x86 and arm64 Windows
Henrik S. Gaßmann
2023-05-23
Update c/CMakeLists.txt
Jack O'Connor
2023-05-23
Update c/CMakeLists.txt
Jack O'Connor
2023-05-23
Explicitly specify C symbol visibility
Henrik S. Gaßmann
2023-05-23
Refactor CMake buildsystem to be portable and modern
Henrik S. Gaßmann
2023-05-23
Fix typos
Joel Rosdahl
[next]