aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
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
2020-06-27enable CET on asmSamuel Neves
2020-06-26shrink a stack array that's twice as big as it needs to beJack O'Connor
2020-04-12Do not require AVX512DQSamuel Neves
2020-03-31move prototypes to shared header file, and make all local functions static.Samuel Neves
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-29save missing clobbered registers on WindowsSamuel Neves
2020-03-25C files -> C and assembly filesJack O'Connor
2020-03-25c/README.md changesJack O'Connor
2020-03-25add blake3_hasher_finalize_seek to the C APIJack O'Connor
2020-03-17correct a commentJack O'Connor
2020-03-01clean up the C example a bitJack O'Connor
2020-02-27some comment typosJack O'Connor
2020-02-25remove a mis-optimization that hurt performance for uneven updatesJack O'Connor
2020-02-13Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613Samuel Neves