GCM.getUpdateOutputSize

struct GCM(T)
size_t
getUpdateOutputSize
nothrow @nogc pure const
(
size_t len
)
if (
is(T == void) ||
(
T.blockSize == 16
)
)

Return Value

Type: size_t

Return the size of the output buffer required for a processBytes an input of len bytes.

Meta