Fri, 23 Jan 2026 01:38:30 CST | login

Information for build ghc-cipher-aes-0.2.11-2.oc9

ID35899
Package Nameghc-cipher-aes
Version0.2.11
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-cipher-aes.git?.#170bdb40a1595a5366a1e1dc0278b11d17308702
SummaryFast AES cipher implementation with advanced mode of operations
DescriptionFast AES cipher implementation with advanced mode of operations. The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. The software implementation uses S-Boxes, which might suffer for cache timing issues. However do notes that most other known software implementations, including very popular one (openssl, gnutls) also uses similar implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSun, 12 Oct 2025 15:16:56 CST
CompletedSun, 12 Oct 2025 15:26:39 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-cipher-aes.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-cipher-aes.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-cipher-aes-0.2.11-2.oc9.src.rpm (info) (download)
aarch64
ghc-cipher-aes-0.2.11-2.oc9.aarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-cipher-aes-0.2.11-2.oc9.loongarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-cipher-aes-0.2.11-2.oc9.x86_64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
build.log
mock_output.log
installed_pkgs.log
dnf.rpm.log
state.log
dnf.log
mock_config.log
noarch_rpmdiff.json
aarch64
root.log
dnf.log
dnf.rpm.log
mock_config.log
build.log
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.2.11-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.11-1 - initial build