Пакет libblake3: Информация

    Исходный пакет: libblake3
    Версия: 1.5.1-alt1
    Собран:  16 марта 2024 г. 8:50
    Сообщить об ошибке в пакете
    Домашняя страница: https://blake3.io/

    Лицензия: Apache-2.0 or CC0-1.0
    О пакете: The official C implementations of the BLAKE3 cryptographic hash function
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libblake3 (riscv64)
    libblake3-checkinstall (noarch)
    libblake3-debuginfo (riscv64)
    libblake3-devel (riscv64)

    Сопровождающий: Vitaly Chikunov

    Список участников:
    Vitaly Chikunov

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

    Последнее изменение


    13 марта 2024 г. Vitaly Chikunov 1.5.1-alt1
    - Update to 1.5.1 (2024-03-12).
    21 сентября 2023 г. Vitaly Chikunov 1.5.0-alt1
    - Update to 1.5.0 (2023-09-20).
    11 июня 2023 г. Vitaly Chikunov 1.4.0-alt1
    - Update to 1.4.0 (2023-06-08).
    - spec: Switch to CMake when building.