intel-aes

Hardware accelerated AES encryption and Random Number Generation.

https://github.com/rrnewton/intel-aes/wiki

Latest on Hackage:0.2.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ryan Newton, Svein Ove Aas, Thomas M. DuBuisson
Maintained by Ryan Newton

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://cs.indiana.edu/~rrnewton/intel-aes-doc/