dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
BufferedBlockCipher.bufOff
dcrypt
crypto
bufferedblockcipher
BufferedBlockCipher
where the next byte get added to the buffer (i.e. buf[bufOff++] = newByte)
struct
BufferedBlockCipher
(Cipher, bool permitPartialBlock = false)
protected
uint
bufOff
;
Meta
Source
See Implementation
dcrypt
crypto
bufferedblockcipher
BufferedBlockCipher
functions
doFinal
getUnderlyingCipher
processByte
processBytes
reset
start
manifest constants
blockSize
name
variables
buf
bufOff
cipher
where the next byte get added to the buffer (i.e. buf[bufOff++] = newByte)