GCM.finish

Finish the operation. Does not append mac tag to the cipher text. Mac tag does NOT get verified in decryption mode.

struct GCM(T)
nothrow
size_t
finish
(
ubyte[] macBuf
,
ubyte[] output
)
if (
is(T == void) ||
(
isBlockCipher!T &&
T.blockSize == 16
)
)

Return Value

Type: size_t

number of bytes written into out.

Meta