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-12
add benchmarks for 406668786 bytes
bench_406668786
Jack O'Connor
2020-02-12
version 0.2.0
0.2.0
Jack O'Connor
2020-02-12
merge the version 0.1.5 branch
Jack O'Connor
2020-02-12
add a performance note and a usage example for Hasher
Jack O'Connor
2020-02-12
document optional Cargo features on docs.rs
Jack O'Connor
2020-02-12
add test_asm to the C Makefile
asm_integration2
Jack O'Connor
2020-02-12
document how to build the C code with assembly implementations
Jack O'Connor
2020-02-12
integrate assembly implementations into blake3_c_rust_bindings
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
Jack O'Connor
2020-02-12
assembly implementations
Samuel Neves
2020-02-12
test a couple more reset() cases
Jack O'Connor
2020-02-11
use a non-zero value for counter when testing hash_many with parents
Jack O'Connor
2020-02-11
add cross testing on i686 to CI
Jack O'Connor
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-10
avoid compiling avx512_detected() when the "c_avx512" feature is disabled
Jack O'Connor
2020-02-07
add the Windows GNU toolchain to CI
Jack O'Connor
2020-02-06
stop skipping all other builds when one CI build fails
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2020-02-04
re-export digest and crypto_mac
Jack O'Connor
2020-02-04
add a link in the README to bar_chart.py
Jack O'Connor
2020-02-03
Inline wrapper methods
Cesar Eduardo Barros
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
[next]