aboutsummaryrefslogtreecommitdiff
path: root/c/README.md
AgeCommit message (Expand)Author
2023-05-23Fix typosJoel Rosdahl
2022-07-22replace a copy-pasted Rust API reference in the C docsJack O'Connor
2022-04-09add prototypes to fix -Wstrict-prototypes warningsFangrui Song
2022-03-04add "(if any)" regarding keying in the security notesJack O'Connor
2022-03-03correct the security notes for the C APIJack O'Connor
2022-03-03simplify a bit moreJack O'Connor
2022-03-02simplify the security notes, avoid referring to entropyJack O'Connor
2022-03-02copy the same notes to the C docsJack O'Connor
2022-01-07add blake3_hasher_reset to the C APIJack O'Connor
2021-10-21a small capitalization changeJack O'Connor
2021-10-12Use BLAKE3_USE_NEON=0 instead of BLAKE3_NO_NEON defrsdy
2021-10-08Make the C implementation default to using NEON on aarch64rsdy
2021-08-24handle IO errors in example.cJack O'Connor
2021-05-18explicitly document the properties of short outputsJack O'Connor
2021-02-18clarify C build instructions a bitJack O'Connor
2021-02-05replace the 'Differences' section with 'Multithreading'Jack O'Connor
2020-10-20include example.cJack O'Connor
2020-10-20readme tweaksJack O'Connor
2020-09-10add some horizontal rules to the C readmeJack 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-31Merge pull request #110 from mkrupcale/sse2Samuel Neves
2020-08-30C: Add blake3_hasher_init_derive_key_lenRenzo Carbonara
2020-08-26wording tweak in the C readmeJack O'Connor
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-07-20clarify multithreading support in the C readmeJack O'Connor
2020-03-25C files -> C and assembly filesJack O'Connor
2020-03-25c/README.md changesJack O'Connor
2020-03-01clean up the C example a bitJack O'Connor
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12document how to build the C code with assembly implementationsJack O'Connor
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-27add a note about AVX-512 flagsJack O'Connor
2020-01-26typoJack O'Connor
2020-01-26expand the C README for public consumptionJack O'Connor
2020-01-09replace the C code README with a "not yet ready" remarkJack O'Connor
2020-01-09merge BLAKE3-c into this repoJack O'Connor