aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-12add benchmarks for 406668786 bytesbench_406668786Jack O'Connor
2020-02-12version 0.2.00.2.0Jack O'Connor
2020-02-12merge the version 0.1.5 branchJack O'Connor
2020-02-12add a performance note and a usage example for HasherJack O'Connor
2020-02-12document optional Cargo features on docs.rsJack O'Connor
2020-02-12add test_asm to the C Makefileasm_integration2Jack O'Connor
2020-02-12document how to build the C code with assembly implementationsJack O'Connor
2020-02-12integrate assembly implementations into blake3_c_rust_bindingsJack O'Connor
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-02-12assembly implementationsSamuel Neves
2020-02-12test a couple more reset() casesJack O'Connor
2020-02-11use a non-zero value for counter when testing hash_many with parentsJack O'Connor
2020-02-11add cross testing on i686 to CIJack O'Connor
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-10avoid compiling avx512_detected() when the "c_avx512" feature is disabledJack O'Connor
2020-02-07add the Windows GNU toolchain to CIJack O'Connor
2020-02-06stop skipping all other builds when one CI build failsJack O'Connor
2020-02-06Hasher::update_with_joinJack O'Connor
2020-02-04re-export digest and crypto_macJack O'Connor
2020-02-04add a link in the README to bar_chart.pyJack O'Connor
2020-02-03Inline wrapper methodsCesar Eduardo Barros
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