aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-29version 0.2.30.2.3Jack O'Connor
2020-03-29add a Windows GNU AVX-512 build break workaroundJack O'Connor
2020-03-29add more --release mode testingJack O'Connor
2020-03-29save missing clobbered registers on WindowsSamuel Neves
2020-03-28print instruction set support quietlyJack O'Connor
2020-03-28print out instruction set support in CIJack O'Connor
2020-03-28add release assembly testsJack O'Connor
2020-03-25C files -> C and assembly filesJack O'Connor
2020-03-25c/README.md changesJack O'Connor
2020-03-25add blake3_hasher_finalize_seek to the C APIJack O'Connor
2020-03-24disable fail-fast for cross tests tooJack O'Connor
2020-03-17correct a commentJack O'Connor
2020-03-16add links to other implementations in the readmeJack O'Connor
2020-03-16update b3sum/README.mdJack O'Connor
2020-03-16add the --num-threads flagJack O'Connor
2020-03-15wrap --help output to 80 columnsJack O'Connor
2020-03-05add an example of parsing a Hash from a hex stringJack O'Connor
2020-03-01clean up the C example a bitJack O'Connor
2020-02-27some comment typosJack O'Connor
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