diff options
| author | Jack O'Connor <[email protected]> | 2024-08-19 10:20:49 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-08-19 10:41:29 -0700 |
| commit | 95e42b84fc4709974c7b23c7ae885989ab36c31e (patch) | |
| tree | 325dbd480967ffc50f8b95c48921b180f2884286 /Cargo.toml | |
| parent | ae4483cbf248f3b4caf9621e6f13f3f878fc7485 (diff) | |
version 1.5.41.5.4
Changes since 1.5.3:
- Initial implementation of SIMD acceleration for the XOF (i.e.
blake3::Hasher::finalize_xof). This brings long output performance
into line with long input performance. Currently AVX-512-only and
Unix-only.
- Add build support for "gnullvm" targets (Clang on Windows).
- The "zeroize" feature no longer depends on proc-macros and syn.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "1.5.3" +version = "1.5.4" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
