dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
CBC.reset
dcrypt
blockcipher
modes
cbc
CBC
reset the chaining vector back to the IV and reset the underlying cipher.
struct
CBC
(Cipher)
void
reset
nothrow
(
)
in { assert (initialized, "cipher not initialized"); }
if
(
isBlockCipher
!
Cipher
)
Meta
Source
See Implementation
dcrypt
blockcipher
modes
cbc
CBC
functions
getUnderlyingCipher
processBlock
reset
start
reset the chaining vector back to the IV and reset the underlying cipher.