GCM.this

struct GCM(T)
static if(OOP)
this
if (
is(T == void) ||
(
T.blockSize == 16
)
)

Parameters

c IBlockCipher

underlying BlockCipher

Meta