Sun, 19 Jan 2025 06:19:06 UTC | login

Information for build ghc-cipher-aes-0.2.11-13.fc31

ID124985
Package Nameghc-cipher-aes
Version0.2.11
Release13.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#2abf5050ff345a6a8a20eb34eea9d83526e60ded
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 failed
Volume DEFAULT
StartedSat, 21 Sep 2019 22:07:15 UTC
CompletedSat, 21 Sep 2019 22:39:25 UTC
Taskbuild (f31-candidate, /rpms/ghc-cipher-aes.git:2abf5050ff345a6a8a20eb34eea9d83526e60ded)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#2abf5050ff345a6a8a20eb34eea9d83526e60ded'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.2.11-13 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.11-11 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.2.11-9 - rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.2.11-6 - rebuild * Tue Sep 26 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.11-5 - Update to latest spec template.