Information for build blake3-1.5.0-2.oc9

ID22584
Package Nameblake3
Version1.5.0
Release2.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/blake3.git?.#0afa54908067e810b9a444f733eeec60708a3fbb
SummaryOfficial C implementation of the BLAKE3 cryptographic hash function
DescriptionBLAKE3 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 10:41:04 CST
CompletedMon, 03 Jun 2024 10:45:25 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/blake3.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/blake3.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
blake3-1.5.0-2.oc9.src.rpm (info) (download)
aarch64
blake3-1.5.0-2.oc9.aarch64.rpm (info) (download)
blake3-devel-1.5.0-2.oc9.aarch64.rpm (info) (download)
blake3-debuginfo-1.5.0-2.oc9.aarch64.rpm (info) (download)
blake3-debugsource-1.5.0-2.oc9.aarch64.rpm (info) (download)
x86_64
blake3-1.5.0-2.oc9.x86_64.rpm (info) (download)
blake3-devel-1.5.0-2.oc9.x86_64.rpm (info) (download)
blake3-debuginfo-1.5.0-2.oc9.x86_64.rpm (info) (download)
blake3-debugsource-1.5.0-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Wed Apr 24 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.0-2 - rebase to add ocs and ts macros * Thu Apr 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.0-1 - initial build