aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-25version 0.2.20.2.2Jack O'Connor
2020-02-25remove a mis-optimization that hurt performance for uneven updatesJack O'Connor
2020-02-21update the red bar chart with the figure from the asm implementationJack O'Connor
2020-02-19add examples to the b3sum readmeJack O'Connor
2020-02-14check for AVX-512 compiler support even when using assemblyJack O'Connor
2020-02-14version 0.2.10.2.1Jack O'Connor
2020-02-13tag the first release of the C implementation, c-0.2.0Jack O'Connor
2020-02-13Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613Samuel Neves
2020-02-13Work around GCC bug 85328 by forcing trivially masked stores.Samuel Neves
2020-02-13Work around clang bug 36144 by replacing anonymous label numbers.Samuel Neves
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
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