aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
AgeCommit message (Expand)Author
2022-01-08fix some compiler warningsSamuel Neves
2021-09-01check length arg (out_len_ll) instead of default value (out_len)David Burkett
2021-02-15clang-format a few filesJack O'Connor
2020-03-31move prototypes to shared header file, and make all local functions static.Samuel Neves
2020-01-30[MSVC] added possible to compile at Microsoft Visual C compiler.TheVice
2020-01-28clear errno before strtoullJack 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-23more robust bit-trickery functionsSamuel Neves
2020-01-22port compress_subtree_to_parent_node from Rust to CJack O'Connor
2020-01-22clang-formatJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-09merge BLAKE3-c into this repoJack O'Connor