haskell-cipher-aes 0.2.6-1 source package in Ubuntu

Changelog

haskell-cipher-aes (0.2.6-1) unstable; urgency=low


  * New upstream version.

 -- Clint Adams <email address hidden>  Mon, 07 Oct 2013 23:53:01 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-cipher-aes_0.2.6-1.dsc 2.7 KiB f0e70fd3b92ed8ddade0250d41db30af5c35962b63603aed80d19e254b543348
haskell-cipher-aes_0.2.6.orig.tar.gz 29.4 KiB 7174d42e65fd4a12b4d4e7ff70ed664d8a455d809a7d9e263999f35b7850457b
haskell-cipher-aes_0.2.6-1.debian.tar.gz 2.9 KiB d5850d360c00dc6e485b9fbde5fcbf590b8767436331c2634ce61a855b8cef26

Available diffs

No changes file available.

Binary packages built by this source

libghc-cipher-aes-dev: fast AES cipher implementation with advanced mode of operations

 Fast 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 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 with advanced mode; documentation

 Fast 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 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 with advanced mode; profiling libraries

 Fast 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 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.