next_iv iv ciphertext
for a ciphertext
and an iv
it was computed with is the iv to use to encrypt the next message, for protocols which perform inter-message chaining. It is either the last block of ciphertext
or iv
if msg
is too short.
DES.CBC
next_iv iv ciphertext
for a ciphertext
and an iv
it was computed with is the iv to use to encrypt the next message, for protocols which perform inter-message chaining. It is either the last block of ciphertext
or iv
if msg
is too short.