summaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2020-02-02Fix #51.Samuel Neves
2020-01-30[MSVC] added possible to compile at Microsoft Visual C compiler.TheVice
2020-01-29formating in c/README.mdJack O'Connor
2020-01-29update the c/README.md example to hash stdinJack O'Connor
2020-01-28add NEON support to blake3_dispatch.cJack O'Connor
2020-01-28clear errno before strtoullJack O'Connor
2020-01-28one more warningJack O'Connor
2020-01-28fix unused variable warningJack O'Connor
2020-01-27add a note about testing in main.cJack O'Connor
2020-01-27[memset] removed call of 'memset' function according to the overwritingTheVice
2020-01-27[memset] placed function after checking of memory was doneTheVice
2020-01-27add a note about AVX-512 flagsJack O'Connor
2020-01-27remove an obsolete remark about performanceJack O'Connor
2020-01-26typoJack O'Connor
2020-01-26expand the C README for public consumptionJack O'Connor
2020-01-23Add extern "C" to blake3.hErik Johansson
2020-01-23streamline load_countersSamuel Neves
2020-01-23name collisionSamuel Neves
2020-01-23more robust bit-trickery functionsSamuel Neves
2020-01-22port compress_subtree_to_parent_node from Rust to CJack O'Connor
2020-01-22add the round_down_to_power_of_2 algoirthmJack O'Connor
2020-01-22clang-formatJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-21use a better popcnt fallback algorithmJack O'Connor
2020-01-20switch from BLAKE3_USE_* to BLAKE3_NO_*Jack O'Connor
2020-01-20make things more modularSamuel Neves
2020-01-19manually prefetch message blocksSamuel Neves
2020-01-16add a README.md in c/blake3_c_rust_bindingsJack O'Connor
2020-01-16add blake3_c_rust_bindings for testing and benchmarkingJack O'Connor
2020-01-10move 0-length checks to the top-level C API functionsJack O'Connor
2020-01-10C impl: Prevent memcpy undefined behaviorGuido Vranken
2020-01-09replace the C code README with a "not yet ready" remarkJack O'Connor
2020-01-09remove the C code's separate LICENSE fileJack O'Connor
2020-01-09merge the C code's ci.yml into the top level oneJack O'Connor
2020-01-09remove the C code's duplicated copy of the test vectorsJack O'Connor
2020-01-09merge BLAKE3-c into this repoJack O'Connor