Sun, 24 May 2026 23:06:34 CST | login

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

ID29360
Package Namegolang-github-aead-chacha20
Version0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-aead-chacha20.git?.#edb08a391a3364a29c98b6cd1aa72de1a4a5cf8b
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 23 Sep 2024 15:13:24 CST
CompletedMon, 23 Sep 2024 15:15:23 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
dist-oc9-epol-2504-build
epol9-test-compose
RPMs
src
golang-github-aead-chacha20-0-1.oc9.src.rpm (info) (download)
noarch
golang-github-aead-chacha20-devel-0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build