dcrypt.aead.gcm.gcm

Undocumented in source.

Public Imports

dcrypt.aead.aead
public import dcrypt.aead.aead;
dcrypt.exceptions
public import dcrypt.exceptions : InvalidCipherTextException, IllegalArgumentException;

Members

Classes

GCMEngine
class GCMEngine

OOP Wrapper for GCM

Structs

GCM
struct GCM(T)

usage of OOP API: auto aes_gcm = new AEADCipherWrapper!(GCM!AES)();

Meta