Expand description
Implements an AES-GCM implementation using the underlying AES-CTR implementation.
This capsule requires an AES-CTR implementation to support AES-GCM. The implementation relies on AES-CTR, AES-CBC, AES-ECB and AES-CCM to ensure that when this capsule is used it exposes all of supported AES operations in a single API.