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
/
README.md
Age
Commit message (
Expand
)
Author
2023-05-23
Fix typos
Joel Rosdahl
2022-07-22
replace a copy-pasted Rust API reference in the C docs
Jack O'Connor
2022-04-09
add prototypes to fix -Wstrict-prototypes warnings
Fangrui Song
2022-03-04
add "(if any)" regarding keying in the security notes
Jack O'Connor
2022-03-03
correct the security notes for the C API
Jack O'Connor
2022-03-03
simplify a bit more
Jack O'Connor
2022-03-02
simplify the security notes, avoid referring to entropy
Jack O'Connor
2022-03-02
copy the same notes to the C docs
Jack O'Connor
2022-01-07
add blake3_hasher_reset to the C API
Jack O'Connor
2021-10-21
a small capitalization change
Jack O'Connor
2021-10-12
Use BLAKE3_USE_NEON=0 instead of BLAKE3_NO_NEON def
rsdy
2021-10-08
Make the C implementation default to using NEON on aarch64
rsdy
2021-08-24
handle IO errors in example.c
Jack O'Connor
2021-05-18
explicitly document the properties of short outputs
Jack O'Connor
2021-02-18
clarify C build instructions a bit
Jack O'Connor
2021-02-05
replace the 'Differences' section with 'Multithreading'
Jack O'Connor
2020-10-20
include example.c
Jack O'Connor
2020-10-20
readme tweaks
Jack O'Connor
2020-09-10
add some horizontal rules to the C readme
Jack O'Connor
2020-09-10
C readme edits
Jack O'Connor
2020-09-10
Merge pull request #114 from k0001/no-cstr
Jack O'Connor
2020-09-01
C: rename blake3_hasher_init_derive_key_raw and documentation
Renzo Carbonara
2020-08-31
Merge pull request #110 from mkrupcale/sse2
Samuel Neves
2020-08-30
C: Add blake3_hasher_init_derive_key_len
Renzo Carbonara
2020-08-26
wording tweak in the C readme
Jack O'Connor
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-07-20
clarify multithreading support in the C readme
Jack O'Connor
2020-03-25
C files -> C and assembly files
Jack O'Connor
2020-03-25
c/README.md changes
Jack O'Connor
2020-03-01
clean up the C example a bit
Jack O'Connor
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
document how to build the C code with assembly implementations
Jack O'Connor
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-27
add a note about AVX-512 flags
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-09
replace the C code README with a "not yet ready" remark
Jack O'Connor
2020-01-09
merge BLAKE3-c into this repo
Jack O'Connor