dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
PaddedBufferedBlockCipher.start
dcrypt
crypto
padding
padding
PaddedBufferedBlockCipher
Undocumented in source. Be warned that the author may not have intended to support it.
struct
PaddedBufferedBlockCipher
(C, Padding, bool permitPartialBlock = false)
nothrow @
nogc
void
start
(
bool
forEncryption
,
in
ubyte
[]
key
,
in
ubyte
[]
iv
= null
)
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