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

Commit Graph

  • 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
  • 67262dff31 double the maximum incremental subtree size Jack O'Connor 2020-01-20 18:50:35 -0500
  • 4a92e8eeb1 add the reference impl doc test to CI Jack O'Connor 2020-01-20 16:36:30 -0500
  • 4021636022 test the BLAKE3_NO_* vars in CI Jack O'Connor 2020-01-20 16:19:16 -0500
  • 40f4bdc22a switch from BLAKE3_USE_* to BLAKE3_NO_* Jack O'Connor 2020-01-20 11:36:21 -0500
  • 66da5afb0c make things more modular Samuel Neves 2020-01-10 14:53:15 +0000
  • 491f799fd9 clarify the --no-mmap logic a bit Jack O'Connor 2020-01-20 12:02:50 -0500
  • 273a679ddc b3sum: add no-mmap option Cesar Eduardo Barros 2020-01-20 11:09:37 -0300
  • 52973a3045 Use large buffer for no-mmap Cesar Eduardo Barros 2020-01-20 13:09:14 -0300
  • 6cd1545ba3 b3sum: add no-mmap option Cesar Eduardo Barros 2020-01-20 11:09:37 -0300
  • f3f94867c3
    replace arrayvec::ArrayVec with tinyvec::ArrayVec James McGlashan 2020-01-19 00:00:00 +0000
  • b8c33e11ef manually prefetch message blocks Samuel Neves 2020-01-19 18:41:55 +0000
  • a3147eb909 comment about parallelism Jack O'Connor 2020-01-18 09:57:40 -0500
  • 14cd5c51c4 version 0.1.2 0.1.2 Jack O'Connor 2020-01-17 13:39:59 -0500
  • 7ee89fe738 update b3sum help text in README.md Jack O'Connor 2020-01-17 13:54:52 -0500
  • e2ce07601f edit the --raw help string Jack O'Connor 2020-01-17 13:36:09 -0500
  • 2db9f2d2ea
    Merge pull request #22 from phayes/raw_output Jack O'Connor 2020-01-17 13:29:39 -0500
  • f26880e282 b3sum: do not mmap files smaller than 16 KiB Albert Safin 2020-01-15 17:22:20 +0000
  • 28701d1585 add a README.md in c/blake3_c_rust_bindings Jack O'Connor 2020-01-16 18:29:20 -0500
  • 84c26670bf add blake3_c_rust_bindings for testing and benchmarking Jack O'Connor 2020-01-13 18:11:07 -0500
  • 84bd5e76c7 b3sum: do not mmap files smaller than 16 KiB Albert Safin 2020-01-15 17:22:20 +0000
  • c2f90dfdb0
    Adding tests for error conditions phayes 2020-01-15 10:06:40 -0800
  • 3353f0e5a1
    Updating from_hex to accept a &str instead of an ArrayString phayes 2020-01-15 09:59:36 -0800
  • 33a9bee51f update the b3sum README Jack O'Connor 2020-01-15 10:46:47 -0500
  • e60934a129 more consistent use of Self in the reference impl Jack O'Connor 2020-01-15 10:41:06 -0500
  • aec1d88e31
    Using take() to limit the number of bytes copies phayes 2020-01-14 14:35:18 -0800
  • cfa310a497
    Using enum for error type phayes 2020-01-14 12:37:42 -0800
  • c8c442a99b add comments to the reference impl Jack O'Connor 2020-01-14 15:08:37 -0500
  • b0841629f1
    Using static strings as errors for parsing hex phayes 2020-01-14 12:07:46 -0800
  • 71e98f1d3f
    Adding from_hex and implementing FromStr for Hash phayes 2020-01-14 11:50:28 -0800
  • a02b4cb040
    bailing early if we have both --raw and multiple files phayes 2020-01-13 14:56:06 -0800
  • 0e8734b7f6
    Making sure our raw multi-file test is testing what we think it is phayes 2020-01-13 14:48:24 -0800
  • 5cb01ad696
    Using stdout_capture for capturing stdout that is not a string phayes 2020-01-13 14:43:09 -0800
  • 2bd7614d1e
    Fixing stdout locking phayes 2020-01-13 14:40:30 -0800