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
/
blake3.c
Age
Commit message (
Expand
)
Author
2024-08-15
integrate xof_many with the Rust implementation and with Rust and C tests
Jack O'Connor
2024-08-15
add an intrinsics implementation of blake3_xof_many_avx512
Jack O'Connor
2024-08-15
integrate with c code
Samuel Neves
2024-07-03
chore: fix some comments
wangcundashang
2024-06-11
Remove some dead stores
Tom Stellard
2024-02-04
comment cleanup
Jack O'Connor
2024-02-04
silenc gcc Werror=logical-op
divinity76
2023-06-27
Fix typo exendable -> extendable
1f604
2022-07-28
fix another instance of the same typo
Jack O'Connor
2022-03-02
document the extended output security issue found by Aldo Gunsing
Jack O'Connor
2022-01-07
add blake3_hasher_reset to the C API
Jack O'Connor
2021-10-21
fix a comment typo
Jack O'Connor
2021-08-24
add a redundant loop condition to silence GCC warnings
Jack O'Connor
2021-02-15
clang-format a few files
Jack O'Connor
2020-10-29
add blake3_version(void) / BLAKE3_VERSION_STRING
Hans Henrik Bergan
2020-09-29
fix a couple of big-endianness mistakes in blake3.c
Jack O'Connor
2020-09-01
C: rename blake3_hasher_init_derive_key_raw and documentation
Renzo Carbonara
2020-08-30
C: Add blake3_hasher_init_derive_key_len
Renzo Carbonara
2020-06-26
shrink a stack array that's twice as big as it needs to be
Jack O'Connor
2020-03-31
move prototypes to shared header file, and make all local functions static.
Samuel Neves
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-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-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
clang-format
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
merge BLAKE3-c into this repo
Jack O'Connor