haskell-cipher-aes 0.2.6-1build1 source package in Ubuntu
Changelog
haskell-cipher-aes (0.2.6-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson <email address hidden> Sat, 14 Dec 2013 02:25:41 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-cipher-aes_0.2.6.orig.tar.gz | 29.4 KiB | 7174d42e65fd4a12b4d4e7ff70ed664d8a455d809a7d9e263999f35b7850457b |
haskell-cipher-aes_0.2.6-1build1.debian.tar.gz | 3.0 KiB | adcc420085c6241206283aa6b65246f927631174a0f45840837a0c41387954d0 |
haskell-cipher-aes_0.2.6-1build1.dsc | 2.7 KiB | ba8136ed2f44f5a30e049521de5f51845277207df0557caef610d79e0866f8a4 |
Available diffs
- diff from 0.2.6-1 (in Debian) to 0.2.6-1build1 (338 bytes)
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: No summary available for libghc-cipher-aes-prof in ubuntu utopic.
No description available for libghc-
cipher- aes-prof in ubuntu utopic.