GCM.getUnderlyingCipher
- BlockCipher getUnderlyingCipher()
struct GCM(T)
pure nothrow @
nogc static if(OOP)
BlockCipher
getUnderlyingCipher
if (
(isBlockCipher!T &&
T.blockSize == 16
) )
- T getUnderlyingCipher()
dcrypt crypto modes gcm gcm GCM
constructorsfunctionsmanifest constants