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

Commit Graph

  • 82a984187c fix the traits.rs tests Jack O'Connor 2023-07-12 23:12:33 -0700
  • d86de8da4e fix counter incrementing Jack O'Connor 2023-07-12 23:02:04 -0700
  • 84c9a7a305 get rid of the DETECTED_IMPL wrapper functions Jack O'Connor 2023-07-10 01:23:21 -0700
  • c66bff9369 fix b3sum and test_vectors tests Jack O'Connor 2023-07-10 01:18:15 -0700
  • dbaca7518b WIP fix the seek tests Jack O'Connor 2023-07-09 21:28:03 -0700
  • 9d92156e23 fix most of the remaining tests Jack O'Connor 2023-07-09 20:57:27 -0700
  • 8d63b946eb move universal_hash tests Jack O'Connor 2023-07-09 20:47:29 -0700
  • 2c62c3ba6c move xof tests Jack O'Connor 2023-07-09 20:35:57 -0700
  • 097225a43c test_chunks_and_parents_vs_reference Jack O'Connor 2023-07-09 19:30:09 -0700
  • 7b02be6a10 more test lengths Jack O'Connor 2023-07-09 17:38:26 -0700
  • 849b2ac5e6 move hash_parents tests Jack O'Connor 2023-07-09 17:28:34 -0700
  • 7827f5e836 move hash_chunks tests Jack O'Connor 2023-07-09 16:54:47 -0700
  • 41ebf95fe2 move compression function tests Jack O'Connor 2023-07-09 14:39:43 -0700
  • 5ee3d75afa WIPPPPPPPPPPPP use bytes instead of words in more places Jack O'Connor 2023-07-09 12:54:00 -0700
  • 418f8f18e7 WIPPPPPPPPPPPPPPPP adapt the high level code Jack O'Connor 2023-07-05 10:16:03 -0700
  • 156284d1ab TransposedSplit Jack O'Connor 2023-07-04 16:45:49 -0700
  • 50bb3e5436 make DETECTED_IMPL private Jack O'Connor 2023-07-04 14:28:38 -0700
  • 2492d26916 remove guts2.rs and rename guts to blake3_guts Jack O'Connor 2023-07-04 13:33:24 -0700
  • b15a9fdae1 start blake3_guts Jack O'Connor 2023-06-29 21:23:03 -0700
  • 939d239dd5 WIPPPPPPPPPPPPPPPPPPPPPPPPPPP Jack O'Connor 2023-06-29 01:33:01 -0700
  • 57b090f3b6 WIPPPPPPPPPPPPPPPPPPPPPPPPP Jack O'Connor 2023-06-22 14:39:04 -0700
  • 4761fd1bb6 let the portable implementations handle any degree Jack O'Connor 2023-06-18 18:58:55 -0700
  • 01f5e7e6d7 compare portable impl for chunks and parents Jack O'Connor 2023-06-18 12:39:22 -0700
  • 2722065bb4 hash_chunks and hash_parents Jack O'Connor 2023-06-17 21:27:00 -0700
  • 1cb2797abc UNIVERSAL_HASH_LEN = 16 Jack O'Connor 2023-06-17 14:29:57 -0700
  • 589f2c3f48 WIP Jack O'Connor 2023-05-28 13:40:38 -0700
  • e302cdf36f Remove unneeded digest/std in std feature Elichai Turkel 2023-07-09 19:34:55 +0300
  • f18e19092b Add tests for Zeroize Elichai Turkel 2023-07-09 19:34:37 +0300
  • 8e92fc6929 Implement Zeroize on exported types Elichai Turkel 2023-06-06 18:06:17 +0300
  • 023c89fac5
    Remove unneeded digest/std in std feature Elichai Turkel 2023-07-09 19:34:55 +0300
  • 07524df45f
    Add tests for Zeroize Elichai Turkel 2023-07-09 19:34:37 +0300
  • 907ac23655
    Implement Zeroize on exported types Elichai Turkel 2023-06-06 18:06:17 +0300
  • 97c869a88d
    Merge 5875d4109e into 760ed6a8bf Ismael Luceno 2023-07-07 15:35:38 -0500
  • 760ed6a8bf version 1.4.1 1.4.1 Jack O'Connor 2023-07-06 13:29:26 -0700
  • 99af1ffc66 update constant_time_eq to v0.3.0 Jack O'Connor 2023-07-06 13:26:08 -0700
  • f7e1a7429f retain the old NEON rotations in inline comments Jack O'Connor 2023-07-05 10:28:07 -0700
  • 7038dad280 NEON rot7/rot12 use shl+sri sdlyyxy 2023-06-25 11:16:02 +0800
  • a03b7af061 NEON: only use __builtin_shufflevector on clang sdlyyxy 2023-06-25 11:14:15 +0800
  • 38a06e78d3 Improve NEON rot16/rot8 sdlyyxy 2023-06-24 15:14:47 +0800
  • e47e570691 Fix typo exendable -> extendable 1f604 2023-06-21 12:23:06 +0100
  • 6040c735ee NEON rot7/rot12 use shl+sri sdlyyxy 2023-06-25 11:16:02 +0800
  • 60e4583389 NEON: only use __builtin_shufflevector on clang sdlyyxy 2023-06-25 11:14:15 +0800
  • 7a9a32a8f3 Improve NEON rot16/rot8 sdlyyxy 2023-06-24 15:14:47 +0800
  • c79ec94b54 Fix typo exendable -> extendable 1f604 2023-06-21 12:23:06 +0100
  • ec244b29a2 Rewrite C readme to mention vcpkg port and CMake Henrik S. Gaßmann 2023-06-19 22:48:02 +0200
  • 3f396d2239 build(CMake): Rework NEON detection Henrik S. Gaßmann 2023-06-12 12:10:18 +0200
  • 74220e2ca1 correct the VERSION in CMakeLists.txt Jack O'Connor 2023-06-17 13:22:26 -0700
  • 072bef5bf0 build(CMake): Fix pkg-config directory specification Henrik S. Gaßmann 2023-06-12 11:13:28 +0200
  • fda60ef5a8 build(CMake): Rework NEON detection Henrik S. Gaßmann 2023-06-12 12:10:18 +0200
  • 249b347d53 build(CMake): Fix pkg-config directory specification Henrik S. Gaßmann 2023-06-12 11:13:28 +0200
  • 65733a753b version 1.4.0 1.4.0 Jack O'Connor 2023-06-08 12:24:05 -0700
  • 0c7add10c6 update memmap2 to v0.7.0 Jack O'Connor 2023-06-08 12:59:25 -0700
  • fbc96eb7ad factor out b3sum tests in ci.yml, to support a different MSRV Jack O'Connor 2023-06-08 12:48:18 -0700
  • 44b1f26ac9
    Merge da2f7bfa62 into 4108923f52 Sofia 2023-06-07 10:12:05 +0200
  • 4108923f52 add b3sum --seek Jack O'Connor 2023-06-06 19:38:26 -0700
  • d1bfc2ee43 test_fuzz_xof xof_integration Jack O'Connor 2023-05-28 13:02:48 -0700
  • 176fdf8893 add XOF benchmarks Jack O'Connor 2023-05-28 12:24:45 -0700
  • 4e8d73ad7b integrate xof_many with the Rust implementation and with Rust and C tests Jack O'Connor 2023-05-28 19:36:32 +0200
  • 3f1ffd1ebd add an intrinsics implementation of blake3_xof_many_avx512 Jack O'Connor 2023-05-28 14:44:56 +0200
  • 593f5ca247 integrate with c code Samuel Neves 2020-08-14 16:54:14 +0100
  • 160b753f9a initial blake3_xof_many_avx512 Samuel Neves 2020-08-14 01:03:17 +0100
  • 76f9339312 build(cmake): Print the active SIMD configuration Henrik S. Gaßmann 2023-05-24 13:06:30 +0200
  • 0e872a02ea build(cmake): Properly configure dispatcher for no SIMD Henrik S. Gaßmann 2023-05-24 13:01:49 +0200
  • 962d5f757e build(cmake): Correctly detect x86 and arm64 Windows Henrik S. Gaßmann 2023-05-24 12:51:47 +0200