aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-08-19 10:20:49 -0700
committerJack O'Connor <[email protected]>2024-08-19 10:41:29 -0700
commit95e42b84fc4709974c7b23c7ae885989ab36c31e (patch)
tree325dbd480967ffc50f8b95c48921b180f2884286 /Cargo.toml
parentae4483cbf248f3b4caf9621e6f13f3f878fc7485 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78c05ca..8531305 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"