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.
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| test | Build a program to test the AES implementation | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cipher-aes128-0.7.0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 0.7.0.6 |
|---|---|
| Dependencies | base (>=4.2 && <5), bytestring (>=0.10.2), cereal, cipher-aes128, crypto-api (>=0.13), crypto-api-tests, tagged, test-framework [details] |
| Tested with | ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.2, ghc ==8.10.4, ghc ==9.0.1 |
| License | BSD-3-Clause |
| Copyright | Thomas M. DuBuisson |
| Author | Thomas M. DuBuisson, Vincent Hanquez (See AUTHORS file) |
| Maintainer | thomas.dubuisson@gmail.com |
| 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 2021-10-07T17:16:59Z |
| Distributions | Arch:0.7.0.6, Debian:0.7.0.5, FreeBSD:0.7.0.1 |
| Reverse Dependencies | 7 direct, 2038 indirect [details] |
| Executables | aes128_test |
| Downloads | 28522 total (80 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-10-07 [all 1 reports] |