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
2022-03-08
gather
kernel_gather
Jack O'Connor
2022-03-08
add a benchmark
Jack O'Connor
2022-03-08
blake3_avx512_chunks_16
Jack O'Connor
2022-03-08
unroll the block loop and load the key
Jack O'Connor
2022-03-08
correct the last two transposition passes
Jack O'Connor
2022-03-08
nonzero message
Jack O'Connor
2022-03-08
start working on a refactored assembly implementation
Jack O'Connor
2022-03-05
link to reference impl ports from the main readme too
Jack O'Connor
2022-03-04
link to ports of the reference implementation
Jack O'Connor
2022-03-04
add "(if any)" regarding keying in the security notes
Jack O'Connor
2022-03-03
correct the security notes for the C API
Jack O'Connor
2022-03-03
simplify a bit more
Jack O'Connor
2022-03-02
simplify the security notes, avoid referring to entropy
Jack O'Connor
2022-03-02
copy the same notes to the C docs
Jack O'Connor
2022-03-02
document the extended output security issue found by Aldo Gunsing
Jack O'Connor
2022-01-25
version 1.3.1
1.3.1
Jack O'Connor
2022-01-25
add a release checklist
Jack O'Connor
2022-01-24
check the HMAC output bytes
Jack O'Connor
2022-01-24
Adds test
jbis9051
2022-01-23
Add blocksize trait
jbis9051
2022-01-18
add a RAYON_NUM_THREADS=1 run to CI
Jack O'Connor
2022-01-10
silence a couple more warnings on 32-bit Windows
Jack O'Connor
2022-01-08
fix some compiler warnings
Samuel Neves
2022-01-08
version 1.3.0
1.3.0
Jack O'Connor
2022-01-08
add Samuel Neves as a listed author of the Rust crate
Jack O'Connor
2022-01-07
update clap to v3
Jack O'Connor
2022-01-07
add blake3_hasher_reset to the C API
Jack O'Connor
2021-12-30
a few more comment tweaks
Jack O'Connor
2021-12-30
Update digest crate to 0.10 for traits-preview feature
Matthias Schiffer
2021-12-18
check in the Cargo.lock for b3sum
Jack O'Connor
2021-11-30
add an assert and remove an iter_mut in reference_impl
Jack O'Connor
2021-11-13
fix a typo in the check doc
Jack O'Connor
2021-11-05
version 1.2.0
1.2.0
Jack O'Connor
2021-11-05
fix incorrect output / undefined behavior in Windows SSE2 assembly
Jack O'Connor
2021-11-04
add Hasher::count
Jack O'Connor
2021-10-29
make field ordering more consistent in the reference impl
Jack O'Connor
2021-10-29
distinguish between key and key_words in the reference impl
Jack O'Connor
2021-10-29
remove an incorrect comment
Jack O'Connor
2021-10-23
update NEON docs in lib.rs
Jack O'Connor
2021-10-21
add aarch64-apple-darwin builds to GitHub CI
Jack O'Connor
2021-10-21
version 1.1.0
1.1.0
Jack O'Connor
2021-10-21
a small capitalization change
Jack O'Connor
2021-10-21
fix a comment typo
Jack O'Connor
2021-10-14
Merge pull request #201 from symmetree-labs/master
Jack O'Connor
2021-10-12
Use BLAKE3_USE_NEON=0 instead of BLAKE3_NO_NEON def
rsdy
2021-10-12
Disable no_neon feature for C bindings as we can't propagate from cargo build
rsdy
2021-10-12
Include MSVC naming of aarch64 arch
rsdy
2021-10-11
Match the C binding's target arch detection with the root crate's
rsdy
2021-10-08
Make the C implementation default to using NEON on aarch64
rsdy
2021-10-08
Add no_neon feature tests to CI
rsdy
[next]