The latest version of cipher-aes is 0.2.11-0.

cipher-aes

Version 0.1.7 revision 0 uploaded by VincentHanquez.

Package meta

Synopsis
Fast AES cipher implementation with advanced mode of operations
Description

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

Author
Vincent Hanquez <vincent@snarc.org>
Bug reports
n/a
Category
Cryptography
Copyright
Vincent Hanquez <vincent@snarc.org>
Homepage
http://github.com/vincenthz/hs-cipher-aes
Maintainer
Vincent Hanquez <vincent@snarc.org>
Package URL
n/a
Stability
n/a

Components