Thu, 22 Jan 2026 10:03:45 CST | login

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

ID14634
Package Nameghc-cipher-aes
Version0.2.11
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 10:23:22 CST
CompletedMon, 12 Aug 2024 10:25:22 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-cipher-aes-0.2.11-1.ocs23.src.rpm (info) (download)
aarch64
ghc-cipher-aes-0.2.11-1.ocs23.aarch64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-cipher-aes-0.2.11-1.ocs23.x86_64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2.11-1 - initial build