The intel-aes package
AES encryption with optional hardware acceleration. Plus, statistically sound, splittable random number generation based on AES. This package is nothing more than a wrapper around the Intel-provided AESNI sample library which also includes a portable software implementation of AES by Brian Gladman. It contains C, assembly, and Haskell sources. And it includes prebuilt dynamic libraries to make the build process less fragile. (Rebuilding requires the yasm assembler.) But prebuilt shared libraries are not included for all platforms yet. (Volunteers needed!) Finally, note that this package is currently triggering some haddock problems. A manually built copy of the documentation can be found at: http://people.csail.mit.edu/newton/intel-aes-doc/
Properties
| Versions | 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.2.0.0, 0.2.1.0, 0.2.1.1 |
|---|---|
| Dependencies | base (4.*), bytestring, cereal, crypto-api, DRBG, haskell98, process, random, rdtsc, split, tagged, time, unix |
| License | BSD3 |
| Copyright | Copyright (c) 2011 Intel Corporation |
| Author | Ryan Newton <rrnewton@gmail.com>, Svein Ove Aas <svein.ove@aas.no>, Thomas M. DuBuisson |
| Maintainer | Ryan Newton <rrnewton@gmail.com> |
| Stability | Beta |
| Category | Cryptography |
| Home page | https://github.com/rrnewton/intel-aes/wiki |
| Source repository | git clone git://github.com/rrnewton/intel-aes.git |
| Executables | benchmark-intel-aes-rng |
| Upload date | Tue Feb 8 04:59:10 UTC 2011 |
| Uploaded by | RyanNewton |
| Build failure | ghc-7.0 (log) |
Modules
- Codec
- Crypto
- Codec.Crypto.ConvertRNG
- Codec.Crypto.GladmanAES
- Codec.Crypto.IntelAES
- Codec.Crypto.IntelAES.AESNI
- Encryption
- Codec.Encryption.BurtonRNGSlow
- Crypto
Downloads
- intel-aes-0.1.2.tar.gz (Cabal source package)
- package description (included in the package)