GCM.this

struct GCM(T)
static if(OOP)
this
(
BlockCipher c
)
if (
is(T == void) ||
(
isBlockCipher!T &&
T.blockSize == 16
)
)

Parameters

c BlockCipher

underlying BlockCipher

Meta