Wed, 21 Jan 2026 23:09:02 CST | login

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

ID44870
Package Nameghc-cipher-aes
Version0.2.11
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-cipher-aes.git?.#b8a20cbc91d6f0b84e382101309f1e3be1111586
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 byzeyouliu
State complete
Volume DEFAULT
StartedMon, 13 Oct 2025 15:51:16 CST
CompletedMon, 13 Oct 2025 15:59:03 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-3.oc9.src.rpm (info) (download)
aarch64
ghc-cipher-aes-0.2.11-3.oc9.aarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-cipher-aes-0.2.11-3.oc9.loongarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-cipher-aes-0.2.11-3.oc9.x86_64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-3.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
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 13 2025 zeyouliu <zeyouliu@tencent.com> - 0.2.11-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 * 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