Thu, 22 Jan 2026 19:40:33 CST | login

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

ID29150
Package Nameghc-cipher-aes
Version0.2.11
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-cipher-aes.git?.#1d4361163d14b500751ae0b58a2fdfe7ac757ae8
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 23 Sep 2024 14:57:57 CST
CompletedMon, 23 Sep 2024 14:59:55 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-1.oc9.src.rpm (info) (download)
aarch64
ghc-cipher-aes-0.2.11-1.oc9.aarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-cipher-aes-0.2.11-1.oc9.x86_64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-1.oc9.x86_64.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 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.11-1 - initial build