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

Commit Graph

  • 91f88941c4 build(cmake): Print the active SIMD configuration Henrik S. Gaßmann 2023-05-24 13:06:30 +0200
  • 1025ec1398 build(cmake): Properly configure dispatcher for no SIMD Henrik S. Gaßmann 2023-05-24 13:01:49 +0200
  • 5e24a28583 build(cmake): Correctly detect x86 and arm64 Windows Henrik S. Gaßmann 2023-05-24 12:51:47 +0200
  • ef5679ef7b Update c/CMakeLists.txt Jack O'Connor 2023-05-11 22:11:16 -0700
  • afebadf4a0 Update c/CMakeLists.txt Jack O'Connor 2023-05-11 22:11:10 -0700
  • 1a9dd71681 Explicitly specify C symbol visibility Henrik S. Gaßmann 2023-05-11 13:25:59 +0200
  • 4bb0466579 Refactor CMake buildsystem to be portable and modern Henrik S. Gaßmann 2023-05-11 11:26:38 +0200
  • 2dd4e57f68 Fix typos Joel Rosdahl 2023-05-23 21:47:15 +0200
  • a4c647f21d Fix typos Joel Rosdahl 2023-05-23 21:47:15 +0200
  • d33c251402
    Update c/CMakeLists.txt Jack O'Connor 2023-05-11 22:11:16 -0700
  • b4222d39d5
    Update c/CMakeLists.txt Jack O'Connor 2023-05-11 22:11:10 -0700
  • 96487de258 Explicitly specify C symbol visibility Henrik S. Gaßmann 2023-05-11 13:25:59 +0200
  • e45c0c6795 Refactor CMake buildsystem to be portable and modern Henrik S. Gaßmann 2023-05-11 11:26:38 +0200
  • 9ce51dfa3c
    Merge e5085af4d5 into 71a2646180 P.M 2023-05-02 22:30:25 +0200
  • 71a2646180
    B3 users Jean-Philippe Aumasson 2023-05-01 19:54:49 +0200
  • e6e32bc2b1 small doc tweak Jack O'Connor 2023-05-01 01:28:01 -0700
  • 8176a2202d add `from_bytes` for conversions from `[u8; 32]` Eduardo Leegwater Simões 2023-04-12 11:26:53 +0200
  • ce48d79f38 make `Hash::as_bytes` const Eduardo Leegwater Simões 2023-04-18 10:59:19 +0200
  • 3f65cabb7d Fixed CI for CMake. SteveGremory 2022-06-13 22:39:03 +0530
  • d7f43a339a Added CI Support for the CMake build, Linux/macOS only (for now) SteveGremory 2022-06-06 20:58:22 +0530
  • b0a3863c06 Minor changes to CMake, added SSE support. Added options to only make either static or shared libs. SteveGremory 2022-06-05 23:53:24 +0530
  • 3d8a673f59 Fixed on macOS SteveGremory 2022-06-05 21:44:21 +0530
  • b494d215e5 Hotfix CMakeLists.txt SteveGremory 2022-06-01 14:11:20 +0530
  • 1569e34555 Added CMake support, CMakeLists.txt taken from issue 102 SteveGremory 2022-06-01 09:45:53 +0530
  • 44cbb631c0
    README: Add pure-js blake3 implementation. Paul Miller 2023-05-01 03:38:45 +0200
  • dc5cdf8a9d
    Merge cd85b3ffff into 9ac0a9b896 Tristan 2023-04-23 22:29:35 +0200
  • 37f7b54994
    Merge branch 'master' into master Jack O'Connor 2023-04-22 19:59:36 -0400
  • 9ac0a9b896 correct SSSE3 detection; fixes #300 Samuel Neves 2023-04-21 21:21:05 +0100
  • 9054123d16
    add `from_bytes` for conversions from `[u8; 32]` Eduardo Leegwater Simões 2023-04-12 11:26:53 +0200
  • 05a70f5297
    make `Hash::as_bytes` const Eduardo Leegwater Simões 2023-04-18 10:59:19 +0200
  • a9750c7fec upgrade all Cargo.toml files to edition=2021 Jack O'Connor 2023-03-25 16:02:01 -0700
  • c93b630a65
    Allow for serialization, and deserialization of the `Hash` struct when the `serde` feature is enabled. John Bobbo 2023-03-17 08:38:19 -0700
  • 73ea74a2ab
    Merge 59aa47b859 into 64747d48ff chip 2023-03-04 06:18:47 +0800
  • 680bdb58f7 Suppress MemorySanitizer false positive Jeremy Maitin-Shepard 2023-02-17 14:37:59 -0800
  • 564ac5429a more warnings more_warnings Jack O'Connor 2023-02-04 10:34:27 -0800
  • 64747d48ff do another saturating_add for consistency Jack O'Connor 2023-02-04 10:35:57 -0800
  • 697ca13550 suppress expected stderr prints in b3sum tests Jack O'Connor 2023-02-04 10:00:23 -0800
  • 4c51c06008 add a colon to the b3sum warning format Jack O'Connor 2023-02-04 10:13:34 -0800
  • f1dcbeadc2 do a saturating_add for files_failed Jack O'Connor 2023-02-04 09:59:01 -0800
  • 98135307bf Use u64 instead of i64 joveian 2023-01-21 16:57:04 -0800
  • 4c819d01bc Add --check summary of failures joveian 2023-01-12 17:33:06 -0800
  • c303437aab Correct section names on Windows GNU assembly namazso 2023-01-23 11:32:30 +0100
  • d486a5b8af
    Correct section names on Windows GNU assembly namazso 2023-01-23 11:32:30 +0100
  • a883f28f6b Use u64 instead of i64 joveian 2023-01-21 16:57:04 -0800
  • 1aceb945e0 set CFLAGS in CI, including -Werror werror Jack O'Connor 2023-01-19 13:12:21 -0800
  • 606a5825d9 Make sign conversion explicit. Fix #287. Alberto González Palomo 2023-01-19 15:48:49 +0100
  • d7c737f89b Make sign conversion explicit. Fix #287. Alberto González Palomo 2023-01-19 15:48:49 +0100
  • 1d19698cb4 Use newer cc-rs Daohan Chong 2023-01-16 05:51:56 +0000
  • 99b44487bc Add --check summary of failures joveian 2023-01-12 17:33:06 -0800
  • ebff7467cb
    Warn of any unicode replacement characters joveian 2023-01-12 14:46:43 -0800
  • 07f7dff7c8
    Warn of any unicode replacement characters joveian 2023-01-12 11:50:36 -0800
  • f4f43ef05f Fix link errors by having each asm give a different name to their globals roblabla 2023-01-09 17:53:50 +0100
  • 3eac07c1c1 c/blake3_impl.h: don't try to do NEON on big-endian aarch64. Havard Eidnes 2022-12-28 14:13:19 +0100
  • 93fd593881 try doing 512-bit loads kernel2 Jack O'Connor 2022-12-23 15:37:30 -0800
  • 0c80427419 kernel2::parents_16 Jack O'Connor 2022-12-17 12:37:24 -0800
  • c9c63d54dc kernel2::chunks_16 Jack O'Connor 2022-12-17 11:28:32 -0800
  • f4a28dc21a bench_just_kernel2 Jack O'Connor 2022-12-17 00:17:27 -0800
  • e366618d22 test `b3sum --keyed` with bad key lengths Jack O'Connor 2022-12-13 15:56:08 -0800
  • 2465e0a935 expand the short description of b3sum --keyed Jack O'Connor 2022-12-13 15:50:30 -0800
  • a8ae6b4fa2
    Update lib.rs K 2022-12-04 20:46:15 +0200
  • 67e4d04a3c version 1.3.3 1.3.3 Jack O'Connor 2022-11-26 00:27:49 -0500
  • 4f502617a6 try full transposition Jack O'Connor 2022-11-23 17:01:48 -0800
  • f1ac4cf06b missing inlines Jack O'Connor 2022-11-23 16:36:04 -0800
  • c916f6d463 kernel2 benches Jack O'Connor 2022-11-23 16:35:21 -0800