cipher-aes128: AES and common modes using AES-NI when available.
Cipher-aes128 is an implementation of AES and common modes of operation. It borrows Hanquez's C AES code (see cipher-aes
) but
is unique due to including compile-time detection of
NI compiler support, a slightly more functional interface
for GCM operations, exposure of Ptr
based operations via the .Internal module, and build-in crypto-api support.
Cipher-aes128 was originally developed as "cipher-aes
plus trampolines", which has since been adopted into cipher-aes.
Versions [faq] | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.4, 0.4.1, 0.5, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.7, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.7.0.5 |
---|---|
Dependencies | base (>=4.2 && <5), bytestring (>=0.10.2), cereal, cipher-aes128, crypto-api (>=0.13), crypto-api-tests, tagged, test-framework [details] |
License | BSD-3-Clause |
Copyright | Thomas M. DuBuisson |
Author | Thomas M. DuBuisson, Vincent Hanquez (See AUTHORS file) |
Maintainer | thomas.dubuisson@gmail.com |
Revised | Revision 1 made by phadej at 2018-03-14T12:02:45Z |
Category | Cryptography |
Home page | https://github.com/TomMD/cipher-aes128 |
Bug tracker | https://github.com/TomMD/cipher-aes128/issues |
Source repo | head: git clone https://github.com/TomMD/cipher-aes128 |
Uploaded | by ThomasDuBuisson at 2016-08-31T05:59:13Z |
Distributions | Arch:0.7.0.5, Debian:0.7.0.3, FreeBSD:0.7.0.1, LTSHaskell:0.7.0.4, NixOS:0.7.0.5 |
Executables | aes128_test |
Downloads | 23872 total (58 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-05 [all 1 reports] |
Flags
Name | Description | Default | Type |
---|---|---|---|
test | Build a program to test the AES implementation | Disabled | Automatic |
halvm | The HaLVM target | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cipher-aes128-0.7.0.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.