dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
PaddedBufferedBlockCipher.doFinal
dcrypt
blockcipher
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
blockcipher
padding
padding
PaddedBufferedBlockCipher
functions
doFinal
getUnderlyingPadding
processByte
processBytes
reset
start
manifest constants
blockSize
name
encrypt the remaining bytes in the buffer, add the padding