haskell-cipher-aes 0.2.11-10build1 source package in Ubuntu

Changelog

haskell-cipher-aes (0.2.11-10build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 05:37:03 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-cipher-aes_0.2.11.orig.tar.gz 33.1 KiB d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015
haskell-cipher-aes_0.2.11-10build1.debian.tar.xz 3.7 KiB 57684ee4d5a283cf079acd62ca9d7b25610f86c4dae9f97719c0632934df4106
haskell-cipher-aes_0.2.11-10build1.dsc 2.7 KiB 3ce69cac3480fe18402add191cd933ec65c2c97645f0fd5dfd06ff84d4676e38

View changes file

Binary packages built by this source

libghc-cipher-aes-dev: Fast AES cipher implementation

 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 note that most other known software
 implementations, including very popular one (openssl, gnutls) also uses
 same 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.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-cipher-aes-doc: Fast AES cipher implementation; documentation

 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 note that most other known software
 implementations, including very popular one (openssl, gnutls) also uses
 same 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-cipher-aes-prof: No summary available for libghc-cipher-aes-prof in ubuntu noble.

No description available for libghc-cipher-aes-prof in ubuntu noble.