@hackage aes-gcm0.0.0.0

AES Galois/Counter Mode (GCM) AEAD Cipher

  • Installation

  • Dependencies (2)

    • base ^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15 || ^>=4.16 || ^>=4.17 || ^>=4.18 || ^>=4.19 || ^>=4.20 || ^>=4.21
    • bytestring ^>=0.10.8 || ^>=0.11 || ^>=0.12
    • Show all…
  • Dependents (0)

This library provides a type-safe API to OpenSSL's AES GCM (NIST SP 800-38D) implementation. The API provides both a pure one-shot interface as well as an IO-based incremental interface for streaming large amounts of data.