AEADCipherWrapper.getUpdateOutputSize

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

class AEADCipherWrapper(T)
nothrow
size_t
getUpdateOutputSize
(
size_t len
)

Return Value

Type: size_t

the space required to accommodate a call to processBytes with len bytes of input.

Meta