Fri, 24 Jan 2025 02:24:27 UTC | login

Information for build ghc-cipher-aes-0.2.11-37.fc41

ID336339
Package Nameghc-cipher-aes
Version0.2.11
Release37.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#ef17059214442f011c4f3ea4e4dd87f15424fe27
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 bydavidlt
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 10:41:52 UTC
CompletedMon, 12 Aug 2024 10:55:57 UTC
Taskbuild (f41, /rpms/ghc-cipher-aes.git:ef17059214442f011c4f3ea4e4dd87f15424fe27)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#ef17059214442f011c4f3ea4e4dd87f15424fe27'}}
Tags
f41
f42
RPMs
src
ghc-cipher-aes-0.2.11-37.fc41.src.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-37.fc41.noarch.rpm (info) (download)
riscv64
ghc-cipher-aes-0.2.11-37.fc41.riscv64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-37.fc41.riscv64.rpm (info) (download)
ghc-cipher-aes-prof-0.2.11-37.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 05 2024 Jens Petersen <petersen@redhat.com> - 0.2.11-37 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> - 0.2.11-35 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> - 0.2.11-32 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.2.11-25 - refresh to cabal-rpm-2.1.0 with SPDX migration