cipher-aes128

AES and common modes using AES-NI when available.

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

Version on this page:0.7.0.4
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.4@sha256:964df2c0e7f47a77dc2afe3261325f9fe63f5e2cc800e5a170e99896c481bcad,3599

Module documentation for 0.7.0.4

  • Crypto
    • Crypto.Cipher
      • Crypto.Cipher.AES128
        • Crypto.Cipher.AES128.Internal
Used by 1 package in nightly-2018-12-01(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.