Wed, 11 Dec 2024 11:20:19 UTC | login

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

ID103695
Package Nameghc-cipher-aes
Version0.2.11
Release11.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#081045326fb187926a844e882d6a2760aef0aac4
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
StartedFri, 26 Jul 2019 09:13:08 UTC
CompletedFri, 26 Jul 2019 10:40:38 UTC
Taskbuild (f31-candidate, /rpms/ghc-cipher-aes.git:081045326fb187926a844e882d6a2760aef0aac4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-cipher-aes.git#081045326fb187926a844e882d6a2760aef0aac4'}}
Tags
f31
f32
f33
RPMs
src
ghc-cipher-aes-0.2.11-11.fc31.src.rpm (info) (download)
riscv64
ghc-cipher-aes-0.2.11-11.fc31.riscv64.rpm (info) (download)
ghc-cipher-aes-devel-0.2.11-11.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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.