Description
A Haskell library for AES and common cipher modes, using AES-NI hardware acceleration when available. It helps cryptographic code perform AES operations faster on supported CPUs.
Developers should prefer complete, authenticated encryption designs over assembling primitives casually. Hardware acceleration improves speed but does not remove the need for correct key and nonce handling.