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

Changelog

haskell-cipher-aes (0.2.11-8build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Tue, 06 Aug 2019 08:47:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal 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-8build1.debian.tar.xz 3.6 KiB fde22f595c5c79c4e587df9e4b1e48447e49ca2c402ddcc11505c4ce6d2b40c0
haskell-cipher-aes_0.2.11-8build1.dsc 2.7 KiB 86defb5ed2b09684e8e747a0f021dacd4b9257f4e80bce78417226cdd6150dab

View changes file

Binary packages built by this source

libghc-cipher-aes-dev: No summary available for libghc-cipher-aes-dev in ubuntu groovy.

No description available for libghc-cipher-aes-dev in ubuntu groovy.

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: Fast AES cipher implementation; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.