aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-10version 0.1.50.1.50.1.5_branchJack O'Connor
2020-02-10avoid compiling avx512_detected() when the "c_avx512" feature is disabledJack O'Connor
2020-02-03version 0.1.40.1.4Jack O'Connor
2020-02-03make the inherent reset() method return &mut selfJack O'Connor
2020-02-03implement crypto_mac::MacJack O'Connor
2020-02-02mention the digest traits in the docsJack O'Connor
2020-02-02implement traits from the digest crateJack O'Connor
2020-02-02add Hasher::resetJack O'Connor
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-27link to the C implementation from the READMEJack O'Connor
2020-01-26typoJack O'Connor
2020-01-26expand the C README for public consumptionJack O'Connor
2020-01-24Merge pull request #40 from erijo/cppSamuel Neves
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-22version 0.1.30.1.3Jack O'Connor
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-21expand comments about lazy mergingJack O'Connor
2020-01-21stack size in the optimized impl should be MAX_DEPTH + 1Jack O'Connor
2020-01-21use a better popcnt fallback algorithmJack O'Connor
2020-01-20double the maximum incremental subtree sizeJack O'Connor
2020-01-20add the reference impl doc test to CIJack O'Connor
2020-01-20test the BLAKE3_NO_* vars in CIJack O'Connor
2020-01-20switch from BLAKE3_USE_* to BLAKE3_NO_*Jack O'Connor
2020-01-20make things more modularSamuel Neves
2020-01-20clarify the --no-mmap logic a bitJack O'Connor
2020-01-20b3sum: add no-mmap optionCesar Eduardo Barros
2020-01-19manually prefetch message blocksSamuel Neves
2020-01-18comment about parallelismJack O'Connor
2020-01-17version 0.1.20.1.2Jack O'Connor
2020-01-17update b3sum help text in README.mdJack O'Connor
2020-01-17edit the --raw help stringJack O'Connor
2020-01-17Merge pull request #22 from phayes/raw_outputJack O'Connor