1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2025-01-21 15:50:01 +01:00

Commit Graph

  • 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
  • d7a37fa54d clear errno before strtoull Jack O'Connor 2020-01-28 14:11:26 -0500
  • 4304cd1085 one more warning Jack O'Connor 2020-01-28 13:26:37 -0500
  • d980514c44 fix unused variable warning Jack O'Connor 2020-01-28 13:25:22 -0500
  • 6742722898 add a note about testing in main.c Jack O'Connor 2020-01-27 16:21:34 -0500
  • 8ce1cddedc [memset] removed call of 'memset' function according to the overwriting of it content inside of blake3_hasher_finalize function. TheVice 2020-01-27 20:57:52 +0200
  • 4730ab237e [memset] placed function after checking of memory was done on which it should be apply. TheVice 2020-01-27 16:29:16 +0200
  • 7cc48c133f [out] moved creating/deleting of buffer named 'out' outside of 'do' loop. TheVice 2020-01-27 21:01:24 +0200
  • 576830cf8a [wide_buf] removed using of internal buffer at output_root_bytes function. Instead write directly to external buffer. TheVice 2020-01-27 21:36:10 +0200
  • 5fba8908c9 [memset] removed call of 'memset' function according to the overwriting of it content inside of blake3_hasher_finalize function. TheVice 2020-01-27 20:57:52 +0200
  • dec0c49576 add a note about AVX-512 flags Jack O'Connor 2020-01-27 13:06:56 -0500
  • 444a338b45 remove an obsolete remark about performance Jack O'Connor 2020-01-27 13:04:32 -0500
  • 5ef22de9d0 link to the C implementation from the README Jack O'Connor 2020-01-27 13:02:00 -0500
  • cf3f438749 [memset] placed function after checking of memory was done on which it should be apply. TheVice 2020-01-27 16:29:16 +0200
  • 71e605fd5d
    typo Jack O'Connor 2020-01-26 16:12:10 -0500
  • 1db856a3e5 expand the C README for public consumption Jack O'Connor 2020-01-26 15:30:52 -0500
  • 81457396bf
    Adding better error messaging and error handling phayes 2020-01-25 21:28:53 -0800
  • edede9527b
    Adding --check to b3sum phayes 2020-01-25 17:54:52 -0800
  • 214c70d8f3
    Merge pull request #40 from erijo/cpp Samuel Neves 2020-01-24 00:42:41 +0000
  • 182aea4871 Add extern "C" to blake3.h Erik Johansson 2020-01-23 20:42:34 +0100
  • a830ab2661 streamline load_counters Samuel Neves 2020-01-23 11:58:36 +0000
  • de1458c565 name collision Samuel Neves 2020-01-23 11:51:46 +0000
  • 37ea737c16 more robust bit-trickery functions Samuel Neves 2020-01-23 10:19:14 +0000
  • f6bf5dc963 Fix popcnt implementation when building for 32-bit Erik Johansson 2020-01-23 00:40:06 +0100
  • e17c45ddd5 version 0.1.3 0.1.3 Jack O'Connor 2020-01-22 21:35:24 -0500
  • 163f52245d port compress_subtree_to_parent_node from Rust to C Jack O'Connor 2020-01-21 14:04:59 -0500
  • de1cf0038e add the round_down_to_power_of_2 algoirthm Jack O'Connor 2020-01-21 13:20:45 -0500
  • 087d72e08f clang-format Jack O'Connor 2020-01-21 16:03:27 -0500
  • 92d421dea1 add a larger test case Jack O'Connor 2020-01-22 20:22:15 -0500
  • 78e858d050 expand comments about lazy merging Jack O'Connor 2020-01-21 12:09:42 -0500
  • ccadbad244 stack size in the optimized impl should be MAX_DEPTH + 1 Jack O'Connor 2020-01-21 10:51:46 -0500
  • d0c8fc16b3 use a better popcnt fallback algorithm Jack O'Connor 2020-01-21 10:45:37 -0500