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
2021-11-05
fix incorrect output / undefined behavior in Windows SSE2 assembly
fix_sse2
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
2021-10-08
Add `no_neon` feature to disable NEON on aarch64
rsdy
2021-10-07
Implement better target detection for NEON
rsdy
2021-09-17
linkfix
JP Aumasson
2021-09-10
replace an assert!(... != ...) with an assert_ne!
Jack O'Connor
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-09-01
check length arg (out_len_ll) instead of default value (out_len)
David Burkett
2021-08-24
explicitly #error on big-endian ARM
Jack O'Connor
2021-08-24
add a redundant loop condition to silence GCC warnings
Jack O'Connor
2021-08-24
handle IO errors in example.c
Jack O'Connor
2021-07-27
update the version number in the b3sum readme
Jack O'Connor
2021-07-25
version 1.0.0
1.0.0
Jack O'Connor
2021-07-25
update README examples
Jack O'Connor
2021-05-18
upgrade to arrayvec 0.7.0
Jack O'Connor
2021-05-18
upgrade crypto-mac to 0.11.0
Jack O'Connor
2021-05-18
explicitly document the properties of short outputs
Jack O'Connor
2021-03-28
more cleaup of undocumented API
Jack O'Connor
2021-03-28
update doc comments on guts module
Jack O'Connor
2021-03-22
comment cleanup in build.rs (#164)
P.M
2021-03-21
implement Display for Hash
Jack O'Connor
2021-03-21
get rid of the standalone "*_rayon" functions
Jack O'Connor
2021-03-21
gate digest and crypto-mac implementations behind "traits-preview"
Jack O'Connor
2021-03-21
Cargo.toml: update crypto-mac to 0.10.0
Paul Grandperrin
2021-03-20
Rayon-related doc fixes
Jack O'Connor
2021-03-14
add *_rayon methods
Jack O'Connor
2021-03-14
re-privatize the Join trait
Jack O'Connor
2021-02-28
make derive_key() return an array
Jack O'Connor
2021-02-28
impl PartialEq<[u8]> for Hash
Jack O'Connor
2021-02-26
Another movd/movq inconsistency.
Samuel Neves
2021-02-25
Cargo.toml: upgrade all non API breaking dependencies
Paul Grandperrin
2021-02-18
clarify C build instructions a bit
Jack O'Connor
2021-02-15
delete an unused constant
Jack O'Connor
2021-02-15
clang-format a few files
Jack O'Connor
[next]