cipher-aes128

AES and common modes using AES-NI when available.

https://github.com/TomMD/cipher-aes128

Version on this page:0.7.0.3
LTS Haskell 19.33:0.7.0.6
Stackage Nightly 2022-03-17:0.7.0.6
Latest on Hackage:0.7.0.6

See all snapshots cipher-aes128 appears in

BSD-3-Clause licensed by Thomas M. DuBuisson, Vincent Hanquez (See AUTHORS file)
Maintained by [email protected]
This version can be pinned in stack with:cipher-aes128-0.7.0.3@sha256:13ff6797fbcd349389dc42bdbe812eb01ce9cb28a86d90904ffd2d1671be3f33,3393

Module documentation for 0.7.0.3

Used by 1 package in lts-8.5(full list with versions):

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.