Package libblake3: Information
Source package: libblake3
Version: 1.5.1-alt1
Build time: May 13, 2024, 03:57 PM in the task #347523
Category: System/Libraries
Report package bugHome page: https://blake3.io/
License: Apache-2.0 or CC0-1.0
Summary: The official C implementations of the BLAKE3 cryptographic hash function
Description:
BLAKE3 is a cryptographic hash function that is: - Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. - Secure, unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. - Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside. - Capable of verified streaming and incremental updates, again because it's a Merkle tree. - A PRF, MAC, KDF, and XOF, as well as a regular hash. - One algorithm with no variants, which is fast on x86-64 and also on smaller architectures.
List of RPM packages built from this SRPM:
libblake3 (x86_64, ppc64le, i586, armh, aarch64)
libblake3-checkinstall (noarch)
libblake3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libblake3-devel (x86_64, ppc64le, i586, armh, aarch64)
libblake3 (x86_64, ppc64le, i586, armh, aarch64)
libblake3-checkinstall (noarch)
libblake3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libblake3-devel (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Vitaly Chikunov
Last changed
March 13, 2024 Vitaly Chikunov 1.5.1-alt1
- Update to 1.5.1 (2024-03-12).
Sept. 21, 2023 Vitaly Chikunov 1.5.0-alt1
- Update to 1.5.0 (2023-09-20).
June 11, 2023 Vitaly Chikunov 1.4.0-alt1
- Update to 1.4.0 (2023-06-08). - spec: Switch to CMake when building.