dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
PaddedBufferedBlockCipher.doFinal
dcrypt
crypto
padding
padding
PaddedBufferedBlockCipher
encrypt the remaining bytes in the buffer, add the padding
struct
PaddedBufferedBlockCipher
(C, Padding, bool permitPartialBlock = false)
uint
doFinal
(
ubyte
[]
output
)
if
(
isBlockCipher
!
C
&&
isBlockCipherPadding
!
Padding
)
Meta
Source
See Implementation
dcrypt
crypto
padding
padding
PaddedBufferedBlockCipher
functions
doFinal
getUnderlyingPadding
processByte
processBytes
reset
start
manifest constants
blockSize
name
encrypt the remaining bytes in the buffer, add the padding