CBC.reset

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 ()

Meta