CFB.reset

void reset(const(ubyte)[] iv)

Resets the cipher with a new IV.

This allows reusing the cipher instance for a new encryption/decryption operation with a fresh IV.

Parameters

ivNew initialization vector (must match cipher's block size).

Throws

CryptoException if IV length doesn't match block size.