Description
AES Galois/Counter Mode (GCM) AEAD Cipher.
Description
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.