Package libblake3: Information

    Source package: libblake3
    Version: 1.5.1-alt1
    Build time:  May 11, 2024, 01:09 AM in the task #347525
    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, i586, aarch64)
    libblake3-checkinstall (noarch)
    libblake3-debuginfo (x86_64, i586, aarch64)
    libblake3-devel (x86_64, i586, aarch64)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov

      1. /proc
      2. banner
      3. cmake
      4. python3
      5. rpm-macros-cmake

    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.