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@rev:1
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:c1307cc19dd135644c31d092c06562535851914ede263d37952a37b601ca74b0,3586

Module documentation for 0.7.0.3

Used by 2 packages in nightly-2018-05-18(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.