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
Branch
Commit message
Author
Age
0.1.5_branch
version 0.1.5
Jack O'Connor
6 years
asm
add sse2 tests and benchmarks
Samuel Neves
5 years
asm_integration2
add test_asm to the C Makefile
Jack O'Connor
6 years
atomic_features
special-case MSVC, which lacks stdatomic.h
Jack O'Connor
4 years
avx512_debug
DEBUG COMMIT: put a ton of dbg!() prints in build.rs for AVX-512
Jack O'Connor
5 years
bench_406668786
add benchmarks for 406668786 bytes
Jack O'Connor
6 years
bg_reader
WIP
Jack O'Connor
6 years
break_big_endian
DUMMY COMMIT: demonstrate breaking CI on big endian
Jack O'Connor
5 years
cargo_lock
bump b3sum/Cargo.lock
Jack O'Connor
3 months
cet
support compilers without __has_include
Samuel Neves
5 years
ci
move the long set of CI steps into Rust code
Jack O'Connor
6 years
clang-cl-cross-compilation
Add Linux - Windows MSVC tests to Github CI
Sporif
2 years
clang-cl-cross-compilation-without-tests
Fix cross compilation with clang-cl
Sporif
2 years
codeql
add the default CodeQL workflow
Jack O'Connor
5 years
codex/port-blake3_xof_many_avx512-to-windows
Add xof_many_avx512 for Windows
Jack O'Connor
7 months
derive_key_array
EXPERIMENTAL: change derive_key() to use const generics
Jack O'Connor
5 years
export
add export_hasher and import_hasher to the guts module
Jack O'Connor
6 years
fix_sse2
fix incorrect output / undefined behavior in Windows SSE2 assembly
Jack O'Connor
4 years
from-slice-with-tryfrom
impl TryFrom<&[u8]> for Hash, to match Hash::from_slice
Jack O'Connor
11 months
gcc5.4
put the rest of the tests back
Jack O'Connor
3 years
guts_api
s/riscv64gcv/riscv_rva23u64/ everywhere
Jack O'Connor
2 years
guts_riscv
factor out RISCV support from the guts_api branch
Jack O'Connor
2 years
jakub-zwolakowski-tis-ci
Keep the testing badges together.
Jakub Zwolakowski
5 years
kernel
kernel_3d_16 and xof functions
Jack O'Connor
4 years
kernel2
try doing 512-bit loads
Jack O'Connor
3 years
kernel_gather
gather
Jack O'Connor
4 years
master
version 1.8.3
Jack O'Connor
3 weeks
mmap_fromthefront
build b3sum automatically in bench.py
Jack O'Connor
4 years
more_guts
add more undocumented guts helpers for chunk group hashing
Jack O'Connor
4 years
more_warnings
more warnings
Jack O'Connor
3 years
movd
More movd/movq discrepancies. Fixes #149.
Samuel Neves
5 years
no_output_struct
experiment with removing the Output type from the reference implementation
Jack O'Connor
5 years
offload
WIP
Jack O'Connor
5 years
old_fromthefront
more
Jack O'Connor
4 years
permutation
WIP switch to new permutation
Jack O'Connor
6 years
purpose_string
rename the "context string" to the "purpose string"
Jack O'Connor
5 years
refresh
wip asm v2
Samuel Neves
17 months
rust_bindings_tbb
tbb support in blake3_c_rust_bindings
Jack O'Connor
11 months
rust_bindings_tbb_llfio
llfio support in blake3_c_rust_bindings
Jack O'Connor
11 months
spec_example_generator
spec example generator (do not land)
Jack O'Connor
17 months
test_cmake_ci
PROOF OF CONCEPT add SSE2 to CMake build
Jack O'Connor
4 years
trigger_sse2
add a test that triggers a failure in the SSE2 asm impl on Windows
Jack O'Connor
4 years
usage
users
JP Aumasson
4 years
use_guts
remove the root build.rs
Jack O'Connor
2 years
werror
set CFLAGS in CI, including -Werror
Jack O'Connor
3 years
xof
integrate with c code
Samuel Neves
5 years
xof_integration
test_fuzz_xof
Jack O'Connor
3 years