Package libblake3: Information

  • Default inline alert: Version in the repository: 1.5.1-alt1

Source package: libblake3
Version: 1.3.0-alt1
Latest version according to Repology
Build time:  Jan 8, 2022, 10:58 PM in the task #293152
Category: System/Libraries
Report package bug
Home 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 rpms provided by 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)

Maintainer: Vitaly Chikunov

List of contributors:
Vitaly Chikunov

ACL:
Vitaly Chikunov
@everybody

    1. banner
    2. python3
    3. /proc

Last changed


Jan. 8, 2022 Vitaly Chikunov 1.3.0-alt1
- Updated to 1.3.0 (2022-01-07).
Nov. 11, 2021 Vitaly Chikunov 1.2.0-alt1
- Update to 1.2.0 (2021-11-05).
- Build with SIMD optimizations (on x86_64 and aarch64).
- Clean up libblake3 exported symbols.
- spec: Improve testing.
Aug. 4, 2021 Vitaly Chikunov 1.0-alt1
- First import of version 1.0.0 (2021-05-18).