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
2020-02-10
version 0.1.5
0.1.5
0.1.5_branch
Jack O'Connor
2020-02-10
avoid compiling avx512_detected() when the "c_avx512" feature is disabled
Jack O'Connor
2020-02-03
version 0.1.4
0.1.4
Jack O'Connor
2020-02-03
make the inherent reset() method return &mut self
Jack O'Connor
2020-02-03
implement crypto_mac::Mac
Jack O'Connor
2020-02-02
mention the digest traits in the docs
Jack O'Connor
2020-02-02
implement traits from the digest crate
Jack O'Connor
2020-02-02
add Hasher::reset
Jack O'Connor
2020-02-02
Fix #51.
Samuel Neves
2020-01-30
[MSVC] added possible to compile at Microsoft Visual C compiler.
TheVice
2020-01-29
formating in c/README.md
Jack O'Connor
2020-01-29
update the c/README.md example to hash stdin
Jack O'Connor
2020-01-28
add NEON support to blake3_dispatch.c
Jack O'Connor
2020-01-28
clear errno before strtoull
Jack O'Connor
2020-01-28
one more warning
Jack O'Connor
2020-01-28
fix unused variable warning
Jack O'Connor
2020-01-27
add a note about testing in main.c
Jack O'Connor
2020-01-27
[memset] removed call of 'memset' function according to the overwriting
TheVice
2020-01-27
[memset] placed function after checking of memory was done
TheVice
2020-01-27
add a note about AVX-512 flags
Jack O'Connor
2020-01-27
remove an obsolete remark about performance
Jack O'Connor
2020-01-27
link to the C implementation from the README
Jack O'Connor
2020-01-26
typo
Jack O'Connor
2020-01-26
expand the C README for public consumption
Jack O'Connor
2020-01-24
Merge pull request #40 from erijo/cpp
Samuel Neves
2020-01-23
Add extern "C" to blake3.h
Erik Johansson
2020-01-23
streamline load_counters
Samuel Neves
2020-01-23
name collision
Samuel Neves
2020-01-23
more robust bit-trickery functions
Samuel Neves
2020-01-22
version 0.1.3
0.1.3
Jack O'Connor
2020-01-22
port compress_subtree_to_parent_node from Rust to C
Jack O'Connor
2020-01-22
add the round_down_to_power_of_2 algoirthm
Jack O'Connor
2020-01-22
clang-format
Jack O'Connor
2020-01-22
add a larger test case
Jack O'Connor
2020-01-21
expand comments about lazy merging
Jack O'Connor
2020-01-21
stack size in the optimized impl should be MAX_DEPTH + 1
Jack O'Connor
2020-01-21
use a better popcnt fallback algorithm
Jack O'Connor
2020-01-20
double the maximum incremental subtree size
Jack O'Connor
2020-01-20
add the reference impl doc test to CI
Jack O'Connor
2020-01-20
test the BLAKE3_NO_* vars in CI
Jack O'Connor
2020-01-20
switch from BLAKE3_USE_* to BLAKE3_NO_*
Jack O'Connor
2020-01-20
make things more modular
Samuel Neves
2020-01-20
clarify the --no-mmap logic a bit
Jack O'Connor
2020-01-20
b3sum: add no-mmap option
Cesar Eduardo Barros
2020-01-19
manually prefetch message blocks
Samuel Neves
2020-01-18
comment about parallelism
Jack O'Connor
2020-01-17
version 0.1.2
0.1.2
Jack O'Connor
2020-01-17
update b3sum help text in README.md
Jack O'Connor
2020-01-17
edit the --raw help string
Jack O'Connor
2020-01-17
Merge pull request #22 from phayes/raw_output
Jack O'Connor
[next]