PaddedBufferedBlockCipher.doFinal

encrypt the remaining bytes in the buffer, add the padding

struct PaddedBufferedBlockCipher(C, Padding, bool permitPartialBlock = false)
uint
doFinal
(
ubyte[] output
)
if (
isBlockCipher!C &&
)

Meta