aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2021-02-28rename the "context string" to the "purpose string"purpose_stringJack O'Connor
2021-02-26Another movd/movq inconsistency.Samuel Neves
2021-02-18clarify C build instructions a bitJack O'Connor
2021-02-15delete an unused constantJack O'Connor
2021-02-15clang-format a few filesJack O'Connor
2021-02-06revert unwanted changesSamuel Neves
2021-02-06More movd/movq discrepancies. Fixes #149. (#150)Samuel Neves
2021-02-05replace the 'Differences' section with 'Multithreading'Jack O'Connor
2021-01-13Replace movq by movd on MSVC assembly targets (#143)Samuel Neves
2020-10-29add blake3_version(void) / BLAKE3_VERSION_STRINGHans Henrik Bergan
2020-10-20include example.cJack O'Connor
2020-10-20Merge pull request #128 from divinity76/features-unused-fixJack O'Connor
2020-10-20readme tweaksJack O'Connor
2020-10-20fix disabled-optimization -Wall -WerrorHans Henrik Bergan
2020-09-29add cross_test.sh for the C bindingsJack O'Connor
2020-09-29fix a couple of big-endianness mistakes in blake3.cJack O'Connor
2020-09-29fix the short_test_cases loop in the C bindings testsJack O'Connor
2020-09-29update the blake3_c_rust_bindings test cases alsoJack O'Connor
2020-09-10add some horizontal rules to the C readmeJack O'Connor
2020-09-10add a test for blake3_hasher_init_derive_key_rawJack O'Connor
2020-09-10C readme editsJack O'Connor
2020-09-10Merge pull request #114 from k0001/no-cstrJack O'Connor
2020-09-01C: rename blake3_hasher_init_derive_key_raw and documentationRenzo Carbonara
2020-08-31add sse2 tests and benchmarksSamuel Neves
2020-08-31remove avoidable spillSamuel Neves
2020-08-31Merge pull request #110 from mkrupcale/sse2Samuel Neves
2020-08-31C: asm: simplify pblendw emulationMatthew Krupcale
2020-08-31C: asm: simplify pinsrd emulationMatthew Krupcale
2020-08-30C: asm: remove blendvps usage altogetherMatthew Krupcale
2020-08-30C: Add blake3_hasher_init_derive_key_lenRenzo Carbonara
2020-08-26wording tweak in the C readmeJack O'Connor
2020-08-25Write _mm_blend_epi16 emulation without multiplicationMatthew Krupcale
2020-08-24Fix Windows MSVC undefined symbol errorsMatthew Krupcale
2020-08-24Put PBLENDW masks in the RDATA sectionMatthew Krupcale
2020-08-24Fix Windows MSVC undefined symbol errorsMatthew Krupcale
2020-08-24C: asm: emulate pshufb ROT8 using SSE2 instructionsMatthew Krupcale
2020-08-24C: asm: emulate pshufb ROT16 using SSE2 instructionsMatthew Krupcale
2020-08-24C: asm: emulate pinsrd using SSE2 instructionsMatthew Krupcale
2020-08-24C: asm: emulate blendvps using SSE2 instructionsMatthew Krupcale
2020-08-24C: asm: emulate pblendw using SSE2 instructionsMatthew Krupcale
2020-08-24SSE2 intrinsic: emulate _mm_shuffle_epi8 SSSE3 intrinsic rot8 with SSE2 intri...Matthew Krupcale
2020-08-24SSE2 intrinsic: emulate _mm_shuffle_epi8 SSSE3 intrinsic rot16 with SSE2 intr...Matthew Krupcale
2020-08-24SSE2 intrinsic: emulate _mm_blend_epi16 SSE4.1 intrinsic with SSE2 intrinsicsMatthew Krupcale
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-08-23Fix #109Samuel Neves
2020-07-30support compilers without __has_includecetSamuel Neves
2020-07-20clarify multithreading support in the C readmeJack O'Connor
2020-07-20rename the C Makefile to Makefile.testingJack O'Connor
2020-06-29stop being a jerk and add the context string to test_vectors.jsonJack O'Connor
2020-06-27Merge pull request #96 from BLAKE3-team/cetSamuel Neves