@hackage intel-aes0.1.1

Hardware accelerated AES encryption and RNG.

AES encryption with optional hardware acceleration. Plus, statistically sound, splittable random number generation based on AES. The package is nothing more than a wrapper around the following Intel-provided AESNI sample library that also includes a portable software implementation by Brian Gladman: http:/software.intel.comen-usarticlesdownload-the-intel-aesni-sample-library/ The consists of C, assembly sources, and Haskell sources. It includes prebuilt dynamic libraries for these sources 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!) Regarding portability, see: https:/github.comrrnewtonintel-aesissues#issue1 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.edunewtonintel-aes-doc