Sun, 08 Sep 2024 15:26:53 UTC | login

Information for build ghc-cipher-aes-0.2.11-32.fc40

ID267555
Package Nameghc-cipher-aes
Version0.2.11
Release32.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#0519791395ab036abc780dc8c345e28ce96eeb4e
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
StartedSat, 18 Nov 2023 19:17:34 UTC
CompletedSat, 18 Nov 2023 19:29:00 UTC
Taskbuild (f40, /rpms/ghc-cipher-aes.git:0519791395ab036abc780dc8c345e28ce96eeb4e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#0519791395ab036abc780dc8c345e28ce96eeb4e'}}
Tags
f40
RPMs
src
ghc-cipher-aes-0.2.11-32.fc40.src.rpm (info) (download)
noarch
ghc-cipher-aes-doc-0.2.11-32.fc40.noarch.rpm (info) (download)
riscv64
ghc-cipher-aes-0.2.11-32.fc40.riscv64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-32.fc40.riscv64.rpm (info) (download)
ghc-cipher-aes-prof-0.2.11-32.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.2.11-23 - rebuild * Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.2.11-22 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.2.11-20 - rebuild