cipher-aes128: AES and common modes using AES-NI when available.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.
Properties
Versions | 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.4, 0.7.0.5, 0.7.0.6 |
---|---|
Change log | None available |
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 |
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 2018-11-14T20:31:11Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
test | Build a program to test the AES implementation | Disabled |
halvm | The HaLVM target | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cipher-aes128-0.7.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees