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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-07-16
fix zeroize test after rebase
Jack O'Connor
2023-07-16
test_fuzz_xof
Jack O'Connor
2023-07-16
fix some more tests
Jack O'Connor
2023-07-16
fix the traits.rs tests
Jack O'Connor
2023-07-16
fix counter incrementing
Jack O'Connor
2023-07-16
get rid of the DETECTED_IMPL wrapper functions
Jack O'Connor
2023-07-16
WIP fix the seek tests
Jack O'Connor
2023-07-16
fix most of the remaining tests
Jack O'Connor
2023-07-16
move universal_hash tests
Jack O'Connor
2023-07-16
move xof tests
Jack O'Connor
2023-07-16
test_chunks_and_parents_vs_reference
Jack O'Connor
2023-07-16
move hash_chunks tests
Jack O'Connor
2023-07-16
move compression function tests
Jack O'Connor
2023-07-16
WIPPPPPPPPPPPP use bytes instead of words in more places
Jack O'Connor
2023-07-16
WIPPPPPPPPPPPPPPPP adapt the high level code
Jack O'Connor
2023-07-16
remove guts2.rs and rename guts to blake3_guts
Jack O'Connor
2023-07-16
WIPPPPPPPPPPPPPPPPPPPPPPPPPPP
Jack O'Connor
2023-07-16
WIPPPPPPPPPPPPPPPPPPPPPPPPP
Jack O'Connor
2023-07-16
let the portable implementations handle any degree
Jack O'Connor
2023-07-16
compare portable impl for chunks and parents
Jack O'Connor
2023-07-16
hash_chunks and hash_parents
Jack O'Connor
2023-07-16
UNIVERSAL_HASH_LEN = 16
Jack O'Connor
2023-07-16
WIP
Jack O'Connor
2023-07-16
Add tests for Zeroize
Elichai Turkel
2023-07-16
Implement Zeroize on exported types
Elichai Turkel
2023-06-27
Fix typo exendable -> extendable
1f604
2023-05-23
Fix typos
Joel Rosdahl
2023-05-01
small doc tweak
Jack O'Connor
2023-05-01
add `from_bytes` for conversions from `[u8; 32]`
Eduardo Leegwater Simões
2023-05-01
make `Hash::as_bytes` const
Eduardo Leegwater Simões
2022-11-22
test multiple initial counter values for hash_many
Jack O'Connor
2022-07-28
Fix doc typo
Ricardo Fernández Serrata
2022-06-07
simplify a line in the docs example code
Jack O'Connor
2022-03-04
add "(if any)" regarding keying in the security notes
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
document the extended output security issue found by Aldo Gunsing
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
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-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
remove an incorrect comment
Jack O'Connor
2021-10-23
update NEON docs in lib.rs
Jack O'Connor
2021-10-07
Implement better target detection for NEON
rsdy
2021-09-10
clarify that OutputReader::position is equivalent to Seek::stream_position
Jack O'Connor
2021-09-10
link to the paper in the derive_key docs
Jack O'Connor
2021-07-25
update README examples
Jack O'Connor
[next]