aboutsummaryrefslogtreecommitdiff
path: root/c/CMakeLists.txt
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 /c/CMakeLists.txt
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 'c/CMakeLists.txt')
-rw-r--r--c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index 2b93e85..8c32511 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -10,7 +10,7 @@ if (POLICY CMP0102)
endif()
project(libblake3
- VERSION 1.5.3
+ VERSION 1.5.4
DESCRIPTION "BLAKE3 C implementation"
LANGUAGES C ASM
)