cipher-aes: 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 notes that most other known software implementations, including very popular one (openssl, gnutls) also uses similar 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.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
support_aesni | allow compilation with AESNI on system and architecture that supports it | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cipher-aes-0.2.10.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.2.11 |
---|---|
Dependencies | base (>=4 && <5), byteable, bytestring, crypto-cipher-types (>=0.0.6 && <0.1), securemem (>=0.1.2) [details] |
License | BSD-3-Clause |
Copyright | Vincent Hanquez <vincent@snarc.org> |
Author | Vincent Hanquez <vincent@snarc.org> |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Category | Cryptography |
Home page | https://github.com/vincenthz/hs-cipher-aes |
Source repo | head: git clone https://github.com/vincenthz/hs-cipher-aes |
Uploaded | by VincentHanquez at 2015-01-10T15:15:12Z |
Distributions | Arch:0.2.11, Debian:0.2.11, Fedora:0.2.11, FreeBSD:0.2.11, LTSHaskell:0.2.11, NixOS:0.2.11, Stackage:0.2.11 |
Reverse Dependencies | 20 direct, 3586 indirect [details] |
Downloads | 135605 total (88 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-01-11 [all 1 reports] |