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

Commit Graph

  • 811b5109c5 add --no-names to b3sum Jack O'Connor 2019-12-13 13:08:18 -0500
  • 04f5ccd648 expand the docs Jack O'Connor 2019-12-13 11:06:10 -0500
  • 1384edd67c rename 1_chunk benchmarks to 1_kib Jack O'Connor 2019-12-13 10:06:46 -0500
  • fb0682c4c5 add 2 KiB benchmarks Jack O'Connor 2019-12-13 09:23:21 -0500
  • a52d4daa98 update MAX_DEPTH Jack O'Connor 2019-12-12 23:40:13 -0500
  • fe9b8fedd7 fix benchmarks build Jack O'Connor 2019-12-12 23:31:02 -0500
  • b5f1e925f7 rename "offset" to "counter" and always increment it by 1 Jack O'Connor 2019-12-12 18:21:17 -0500
  • a5cc3b2867 reduce the CHUNK_LEN from 2048 bytes to 1024 bytes Jack O'Connor 2019-12-12 17:52:43 -0500
  • 66fee0c6ef add some more description in README.md Jack O'Connor 2019-12-12 15:22:09 -0500
  • 9bf1020213 make the "c_avx512" feature a no-op on non-x86 Jack O'Connor 2019-12-12 14:40:56 -0500
  • b9a05913ee fix the test_vectors build Jack O'Connor 2019-12-12 14:07:58 -0500
  • 7cf6b8f174 initial version of b3sum Jack O'Connor 2019-12-12 02:13:16 -0500
  • 3b5664c8a5 struct OutputReader Jack O'Connor 2019-12-12 11:28:31 -0500
  • 59752de9bd fix syntax errors in ci.yml Jack O'Connor 2019-12-11 23:21:25 -0500
  • 6823655aed run the test vectors on cross tests (ARM, MIPS) on CI Jack O'Connor 2019-12-11 23:19:34 -0500
  • c8d21fab95 account for Windows newlines when checking for test vector changes Jack O'Connor 2019-12-11 22:41:59 -0500
  • a3be434d28 fix bench tests running in the wrong directory Jack O'Connor 2019-12-11 22:34:03 -0500
  • 1a57232b49 delete an unused import Jack O'Connor 2019-12-11 22:32:53 -0500
  • dd3a72fb9f run test vectors and bench tests in the regular CI test matrix Jack O'Connor 2019-12-11 18:42:29 -0500
  • 52ea6487f8 switch to representing CVs as words for the compression function Jack O'Connor 2019-12-10 14:20:09 -0500
  • d68882da0d test_checked_in_vectors_up_to_date Jack O'Connor 2019-12-11 11:02:23 -0500
  • c81d5c2522 test against test_vectors.json in CI Jack O'Connor 2019-12-11 10:50:18 -0500
  • 48b3fba833 check in test_vectors.json Jack O'Connor 2019-12-11 10:47:10 -0500
  • d183149b2e add the test_vectors sub-crate Jack O'Connor 2019-12-11 10:14:24 -0500
  • 4ca4c60694 add cargo +nightly test --benches to CI Jack O'Connor 2019-12-10 14:57:46 -0500
  • cbaf350c05 typo in ci.yml Jack O'Connor 2019-12-09 22:13:48 -0500
  • 8c4cd710c3 set ARMv7 NEON compiler flags automatically Jack O'Connor 2019-12-09 21:50:05 -0500
  • 61b34f35b4 fix a syntax error in ci.yml Jack O'Connor 2019-12-09 21:25:24 -0500
  • 399167722c add a README badge for CI Jack O'Connor 2019-12-09 21:22:33 -0500
  • 98dd9cbbf1 add ci.yml Jack O'Connor 2019-12-09 21:20:04 -0500
  • 6355de08eb typo JP Aumasson 2019-12-09 21:51:58 +0100
  • 0c44497290 s/subtree_stack/cv_stack/ in reference_impl.rs Jack O'Connor 2019-12-08 23:31:18 -0500
  • ee0014776f silence an unreachable code warning when "c_neon" is in use Jack O'Connor 2019-12-08 21:58:32 -0500
  • ae7271cc87 add benchmarks for AVX-512 and NEON Jack O'Connor 2019-12-08 18:17:09 -0500
  • 78191a676f feature comments in Cargo.toml Jack O'Connor 2019-12-08 18:04:59 -0500
  • 1574b488f9 unify the platform-specific tests and test AVX-512 and NEON Jack O'Connor 2019-12-08 17:58:42 -0500
  • c7fff32392 add Rust FFI wrappers for AVX-512 and NEON Jack O'Connor 2019-12-07 23:43:45 -0500
  • d0a6e9ecb2 vendor C code from BLAKE3-c Jack O'Connor 2019-12-07 22:26:50 -0500
  • 0cb4f6dd2c fix a bad assert Jack O'Connor 2019-12-07 22:23:58 -0500
  • bcb99ba087 fix the benchmarks build Jack O'Connor 2019-12-07 22:02:19 -0500
  • c7a1f6e919 add the OffsetDeltas type alias Jack O'Connor 2019-12-07 21:55:13 -0500
  • d6fbb03d01 add reference impl benchmarks Jack O'Connor 2019-12-07 21:46:56 -0500
  • 6edabea57a provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz test Jack O'Connor 2019-12-07 21:45:42 -0500
  • 9a3562dfc6 github fixes JP Aumasson 2019-12-07 10:23:23 +0100
  • 4b2d856754 add many_parents benchmarks Jack O'Connor 2019-12-06 17:18:39 -0500
  • 19471453f5 add bench.rs Jack O'Connor 2019-12-06 15:42:53 -0500
  • 912ae19bce get rid of the bitflags dependency Jack O'Connor 2019-12-06 15:32:20 -0500
  • 47ef3ad01f add struct Hasher Jack O'Connor 2019-12-05 17:56:19 -0500
  • db9b5ec1a8 kaby lake graph, readme edit JP Aumasson 2019-12-05 22:01:28 +0100
  • d0b26aac11
    Merge pull request #1 from veorq/jp/contributing Jean-Philippe Aumasson 2019-12-05 08:45:03 +0100
  • 5458066da9 add hash/keyed_hash/derive_key and tests against reference_impl.rs Jack O'Connor 2019-12-04 17:39:06 -0500
  • 1ed705374d add a few tests for the arithmetic helpers Jack O'Connor 2019-12-04 16:55:50 -0500
  • a274a9b0fa add recursive subtree hashing Jack O'Connor 2019-12-03 18:54:51 -0500
  • 7da55e3c7c tweaks JP Aumasson 2019-12-04 19:02:53 +0100
  • 7f2ee9447b move authors to readme JP Aumasson 2019-12-04 18:58:03 +0100
  • 79558581f3 readme draft and benchmark JP Aumasson 2019-12-04 18:57:05 +0100
  • 8f2a7b0e1c contributing JP Aumasson 2019-12-04 17:26:28 +0100
  • 7736b254ce implementation notes Jack O'Connor 2019-12-03 16:23:19 -0500
  • ccdff5db59 add struct ChunkState Jack O'Connor 2019-12-03 15:46:58 -0500
  • aa6134d287 add struct Output Jack O'Connor 2019-12-03 15:18:16 -0500
  • 07890f36f6 switch from words to bytes in representing chaining values Jack O'Connor 2019-12-03 15:18:08 -0500
  • daad5a55b6 add no_std support Jack O'Connor 2019-12-03 13:44:30 -0500
  • ad97e2b160 add struct Hash Jack O'Connor 2019-12-03 13:34:12 -0500
  • c01b725bc7 add platform.rs Jack O'Connor 2019-12-03 13:27:28 -0500