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-09-29
add cross_test.sh for the C bindings
Jack O'Connor
2020-09-29
fix a couple of big-endianness mistakes in blake3.c
Jack O'Connor
2020-09-29
fix the short_test_cases loop in the C bindings tests
Jack O'Connor
2020-09-29
update the blake3_c_rust_bindings test cases also
Jack O'Connor
2020-09-10
add some horizontal rules to the C readme
Jack O'Connor
2020-09-10
add a test for blake3_hasher_init_derive_key_raw
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
add sse2 tests and benchmarks
Samuel Neves
2020-08-31
remove avoidable spill
Samuel Neves
2020-08-31
Merge pull request #110 from mkrupcale/sse2
Samuel Neves
2020-08-31
C: asm: simplify pblendw emulation
Matthew Krupcale
2020-08-31
C: asm: simplify pinsrd emulation
Matthew Krupcale
2020-08-30
C: asm: remove blendvps usage altogether
Matthew Krupcale
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-25
Write _mm_blend_epi16 emulation without multiplication
Matthew Krupcale
2020-08-24
Fix Windows MSVC undefined symbol errors
Matthew Krupcale
2020-08-24
Put PBLENDW masks in the RDATA section
Matthew Krupcale
2020-08-24
Fix Windows MSVC undefined symbol errors
Matthew Krupcale
2020-08-24
C: asm: emulate pshufb ROT8 using SSE2 instructions
Matthew Krupcale
2020-08-24
C: asm: emulate pshufb ROT16 using SSE2 instructions
Matthew Krupcale
2020-08-24
C: asm: emulate pinsrd using SSE2 instructions
Matthew Krupcale
2020-08-24
C: asm: emulate blendvps using SSE2 instructions
Matthew Krupcale
2020-08-24
C: asm: emulate pblendw using SSE2 instructions
Matthew Krupcale
2020-08-24
SSE2 intrinsic: emulate _mm_shuffle_epi8 SSSE3 intrinsic rot8 with SSE2 intri...
Matthew Krupcale
2020-08-24
SSE2 intrinsic: emulate _mm_shuffle_epi8 SSSE3 intrinsic rot16 with SSE2 intr...
Matthew Krupcale
2020-08-24
SSE2 intrinsic: emulate _mm_blend_epi16 SSE4.1 intrinsic with SSE2 intrinsics
Matthew Krupcale
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-08-23
Fix #109
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
[next]