haskell-cipher-aes 0.2.11-5build7 source package in Ubuntu

Changelog

haskell-cipher-aes (0.2.11-5build7) bionic; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 25 Jan 2018 19:47:24 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic 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-5build7.debian.tar.xz 3.4 KiB 81ddc659ea5b8c4cc6ea3dc161b5df0c6c7ca965f1c6f9489a31d90f5bfc2e57
haskell-cipher-aes_0.2.11-5build7.dsc 2.8 KiB 7bf52b0390f4d7b8036d40fd77ecc0700b2a3f618ea174df35e4048892d43953

Available diffs

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: No summary available for libghc-cipher-aes-doc in ubuntu cosmic.

No description available for libghc-cipher-aes-doc in ubuntu cosmic.

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.