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-25
version 0.2.2
0.2.2
Jack O'Connor
2020-02-25
remove a mis-optimization that hurt performance for uneven updates
Jack O'Connor
2020-02-21
update the red bar chart with the figure from the asm implementation
Jack O'Connor
2020-02-19
add examples to the b3sum readme
Jack O'Connor
2020-02-14
check for AVX-512 compiler support even when using assembly
Jack O'Connor
2020-02-14
version 0.2.1
0.2.1
Jack O'Connor
2020-02-13
tag the first release of the C implementation, c-0.2.0
Jack O'Connor
2020-02-13
Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613
Samuel Neves
2020-02-13
Work around GCC bug 85328 by forcing trivially masked stores.
Samuel Neves
2020-02-13
Work around clang bug 36144 by replacing anonymous label numbers.
Samuel Neves
2020-02-12
more file renaming, use underscores more consistently
Jack O'Connor
2020-02-12
Rename assembly files (blake3-* -> blake3_*)
Erik Johansson
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
[next]