GCM.this

struct GCM(T)
this
in { assert (c.blockSize() == blockSize, "GCM: block size of underlying cipher must be 128 bits!"); }
if (
is(T == void) ||
(
T.blockSize == 16
)
)

Parameters

c

underlying BlockCipher

Meta