dcrypt.crypto.modes.gcm.gcm

Undocumented in source.

Public Imports

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

Members

Classes

GCMCipher
class GCMCipher

OOP Wrapper for GCM

Structs

GCM
struct GCM(T)

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

Meta