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
/
c
Age
Commit message (
Expand
)
Author
2020-02-25
remove a mis-optimization that hurt performance for uneven updates
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
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
assembly implementations
Samuel Neves
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-26
typo
Jack O'Connor
2020-01-26
expand the C README for public consumption
Jack O'Connor
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
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
use a better popcnt fallback algorithm
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-19
manually prefetch message blocks
Samuel Neves
2020-01-16
add a README.md in c/blake3_c_rust_bindings
Jack O'Connor
2020-01-16
add blake3_c_rust_bindings for testing and benchmarking
Jack O'Connor
2020-01-10
move 0-length checks to the top-level C API functions
Jack O'Connor
2020-01-10
C impl: Prevent memcpy undefined behavior
Guido Vranken
2020-01-09
replace the C code README with a "not yet ready" remark
Jack O'Connor
2020-01-09
remove the C code's separate LICENSE file
Jack O'Connor
2020-01-09
merge the C code's ci.yml into the top level one
Jack O'Connor
2020-01-09
remove the C code's duplicated copy of the test vectors
Jack O'Connor
2020-01-09
merge BLAKE3-c into this repo
Jack O'Connor