dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
BufferedBlockCipher.bufOff
dcrypt
blockcipher
bufferedblockcipher
BufferedBlockCipher
where the next byte get added to the buffer (i.e. buf[bufOff++] = newByte)
struct
BufferedBlockCipher
(Cipher, bool permitPartialBlock = false)
uint
bufOff
;
Meta
Source
See Implementation
dcrypt
blockcipher
bufferedblockcipher
BufferedBlockCipher
functions
doFinal
getUnderlyingCipher
processByte
processBytes
variables
buf
bufOff
cipher
where the next byte get added to the buffer (i.e. buf[bufOff++] = newByte)