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-08-14
integrate with c code
xof
Samuel Neves
2020-08-14
initial blake3_xof_many_avx512
Samuel Neves
2020-07-30
support compilers without __has_include
cet
Samuel Neves
2020-07-20
clarify multithreading support in the C readme
Jack O'Connor
2020-07-20
rename the C Makefile to Makefile.testing
Jack O'Connor
2020-06-29
stop being a jerk and add the context string to test_vectors.json
Jack O'Connor
2020-06-27
Merge pull request #96 from BLAKE3-team/cet
Samuel Neves
2020-06-27
enable CET on asm
Samuel Neves
2020-06-26
shrink a stack array that's twice as big as it needs to be
Jack O'Connor
2020-04-12
Do not require AVX512DQ
Samuel Neves
2020-03-31
move prototypes to shared header file, and make all local functions static.
Samuel Neves
2020-03-29
refactor the Cargo feature set
Jack O'Connor
2020-03-29
save missing clobbered registers on Windows
Samuel Neves
2020-03-25
C files -> C and assembly files
Jack O'Connor
2020-03-25
c/README.md changes
Jack O'Connor
2020-03-25
add blake3_hasher_finalize_seek to the C API
Jack O'Connor
2020-03-17
correct a comment
Jack O'Connor
2020-03-01
clean up the C example a bit
Jack O'Connor
2020-02-27
some comment typos
Jack O'Connor
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
[next]