1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-28 09:36:03 +02:00

Commit Graph

  • be4e7babee print instruction set support quietly Jack O'Connor 2020-03-28 19:46:04 -0400
  • f77c8ffd7c print out instruction set support in CI Jack O'Connor 2020-03-28 19:27:05 -0400
  • eb50d82f16 add release assembly tests Jack O'Connor 2020-03-28 19:15:25 -0400
  • c26a37f70c C files -> C and assembly files Jack O'Connor 2020-03-25 17:25:03 -0400
  • c3639b4255 c/README.md changes Jack O'Connor 2020-03-25 16:29:36 -0400
  • a4ceef3932 add blake3_hasher_finalize_seek to the C API Jack O'Connor 2020-03-25 15:53:20 -0400
  • 4feadee6bb disable fail-fast for cross tests too Jack O'Connor 2020-03-24 16:45:33 -0400
  • 9d77bd6958 correct a comment Jack O'Connor 2020-03-17 14:25:57 -0400
  • c8f93a32bb add links to other implementations in the readme Jack O'Connor 2020-03-16 17:38:08 -0400
  • 470d42a05a update b3sum/README.md Jack O'Connor 2020-03-16 12:26:16 -0400
  • a0355ba8e0 add the --num-threads flag Jack O'Connor 2020-03-16 12:06:16 -0400
  • d925728aed wrap --help output to 80 columns Jack O'Connor 2020-03-15 15:47:58 -0400
  • 1f529a841c add an example of parsing a Hash from a hex string Jack O'Connor 2020-03-05 10:54:11 -0500
  • 48f2f745d9 clean up the C example a bit Jack O'Connor 2020-03-01 17:33:36 -0500
  • 0432f9c7a3 some comment typos Jack O'Connor 2020-02-27 09:52:46 -0500
  • c197a773ac version 0.2.2 0.2.2 Jack O'Connor 2020-02-25 12:11:52 -0500
  • 8d84cfc0af remove a mis-optimization that hurt performance for uneven updates Jack O'Connor 2020-02-25 11:20:04 -0500
  • 74b5fe9054 update the red bar chart with the figure from the asm implementation Jack O'Connor 2020-02-21 18:14:31 -0500
  • 9f6104c8ed add examples to the b3sum readme Jack O'Connor 2020-02-19 16:38:02 -0500
  • 0cefd54722
    create /tmp/bigfile with dd instead of head divinity76 2020-02-15 15:14:13 +0100
  • 738cedad18
    create /tmp/bigfile with truncate instead of head divinity76 2020-02-15 13:08:57 +0100
  • fdd329ba57 check for AVX-512 compiler support even when using assembly Jack O'Connor 2020-02-14 11:59:59 -0500
  • 865d201722 version 0.2.1 0.2.1 Jack O'Connor 2020-02-14 11:20:03 -0500
  • fdeb3a38ee tag the first release of the C implementation, c-0.2.0 Jack O'Connor 2020-02-13 12:02:15 -0500
  • 421a21abd8 Fix bug inadvertently introduced in a1c4c4efb5 Samuel Neves 2020-02-13 16:08:07 +0000
  • 207915a751 Work around GCC bug 85328 by forcing trivially masked stores. Samuel Neves 2020-02-13 14:16:12 +0000
  • fa6f14cafa Work around clang bug 36144 by replacing anonymous label numbers. Samuel Neves 2020-02-13 13:46:32 +0000
  • fcc14c8c1b more file renaming, use underscores more consistently Jack O'Connor 2020-02-12 18:23:36 -0500
  • 0281f1ae16 Rename assembly files (blake3-* -> blake3_*) Erik Johansson 2020-02-12 23:08:44 +0100
  • fbce8e0e91 add benchmarks for 406668786 bytes bench_406668786 Jack O'Connor 2020-01-16 16:20:31 -0500
  • afdaf3036b version 0.2.0 0.2.0 Jack O'Connor 2020-02-12 14:41:24 -0500
  • 724e784fe2 merge the version 0.1.5 branch Jack O'Connor 2020-02-12 14:57:00 -0500
  • 5dea889834 add a performance note and a usage example for Hasher Jack O'Connor 2020-02-12 14:38:35 -0500
  • 38a46ba8ae document optional Cargo features on docs.rs Jack O'Connor 2020-02-12 14:17:31 -0500
  • 1c4d7fdd8d add test_asm to the C Makefile asm_integration2 Jack O'Connor 2020-02-12 13:10:24 -0500
  • 7ee05ba3bd document how to build the C code with assembly implementations Jack O'Connor 2020-02-12 01:08:09 -0500
  • b8a1d2d982 integrate assembly implementations into blake3_c_rust_bindings Jack O'Connor 2020-02-11 18:37:23 -0500
  • efbfa0463c integrate assembly implementations into the blake3 crate Jack O'Connor 2020-02-11 14:13:30 -0500
  • b6b3c27824 assembly implementations Samuel Neves 2020-02-11 12:25:30 -0500
  • 1c5d4eea6a test a couple more reset() cases Jack O'Connor 2020-02-12 10:22:54 -0500
  • e0dc4d932e use a non-zero value for counter when testing hash_many with parents Jack O'Connor 2020-02-11 23:45:41 -0500
  • ec34043b45 add cross testing on i686 to CI Jack O'Connor 2020-02-11 13:58:26 -0500
  • 30671b1c05 version 0.1.5 0.1.5 0.1.5_branch Jack O'Connor 2020-02-10 15:54:12 -0500
  • e43a7d68bc avoid compiling avx512_detected() when the "c_avx512" feature is disabled Jack O'Connor 2020-02-10 15:24:10 -0500
  • af2e791602 avoid compiling avx512_detected() when the "c_avx512" feature is disabled Jack O'Connor 2020-02-10 15:24:10 -0500
  • c0a43e5fb8 add the Windows GNU toolchain to CI Jack O'Connor 2020-02-07 13:46:42 -0500
  • ca62c4724d stop skipping all other builds when one CI build fails Jack O'Connor 2020-02-06 18:43:50 -0500
  • fc219f4f8d Hasher::update_with_join Jack O'Connor 2020-02-03 11:35:50 -0500
  • 24071db346 re-export digest and crypto_mac Jack O'Connor 2020-02-04 10:02:46 -0500
  • 0c663aa8ac add a link in the README to bar_chart.py Jack O'Connor 2020-02-04 09:38:31 -0500
  • a3d42f724d Inline wrapper methods Cesar Eduardo Barros 2020-02-03 18:37:27 -0300
  • c0fcc89417 Inline wrapper methods Cesar Eduardo Barros 2020-02-03 18:37:27 -0300
  • 0de4412884 version 0.1.4 0.1.4 Jack O'Connor 2020-02-03 12:03:38 -0500
  • 0651736ff4 make the inherent reset() method return &mut self Jack O'Connor 2020-02-03 10:20:45 -0500
  • 9ffe377d45 implement crypto_mac::Mac Jack O'Connor 2020-02-03 10:13:32 -0500
  • bcd424cab6 mention the digest traits in the docs Jack O'Connor 2020-02-02 17:40:30 -0500
  • 9bab77d2cf implement traits from the digest crate Jack O'Connor 2020-02-02 10:25:43 -0500
  • e603983647 add Hasher::reset Jack O'Connor 2020-02-02 16:21:20 -0500
  • a1c4c4efb5 Fix #51. Samuel Neves 2020-02-02 18:47:38 +0000
  • 58926046ca [MSVC] added possible to compile at Microsoft Visual C compiler. TheVice 2020-01-27 16:24:14 +0200
  • 745ba479ff [MSVC] added possible to compile at Microsoft Visual C compiler. TheVice 2020-01-27 16:24:14 +0200
  • 3c098eecc1 formating in c/README.md Jack O'Connor 2020-01-29 13:05:44 -0500
  • af0ef07519 update the c/README.md example to hash stdin Jack O'Connor 2020-01-29 12:51:11 -0500
  • 37e153cc60 add NEON support to blake3_dispatch.c Jack O'Connor 2020-01-27 13:46:00 -0500