Sun, 24 May 2026 14:19:19 CST | login

Information for build golang-github-aead-chacha20-0-2.oc9

ID36531
Package Namegolang-github-aead-chacha20
Version0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-aead-chacha20.git?.#20e997451ccab1a7ba337bcd0cee84168e05cd3b
SummaryChaCha20 and XChaCha20 stream ciphers
Description ChaCha is a stream cipher family created by Daniel J. Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in RFC 7539. This package provides implementations of three ChaCha versions: - ChaCha20 with a 64 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one key-nonce combination) - ChaCha20 with a 96 bit nonce (can en/decrypt up to 2^32 * 64 bytes ~ 256 GB for one key-nonce combination) - XChaCha20 with a 192 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one key-nonce combination) Furthermore the chacha sub package implements ChaCha20/12 and ChaCha20/8. These versions use 12 or 8 rounds inste -d of 20. But it's recommended to use ChaCha20 (with 20 rounds) - it will be fast enough for almost all purposes.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 12 Jun 2025 23:51:52 CST
CompletedThu, 12 Jun 2025 23:56:35 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-aead-chacha20.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-aead-chacha20.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-aead-chacha20-0-2.oc9.src.rpm (info) (download)
noarch
golang-github-aead-chacha20-devel-0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 0-2.git8b13a72 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build