CFB.this

this(Cipher cipher, const(ubyte)[] iv)

Constructs a CFB mode cipher.

Parameters

cipherThe underlying block cipher (already initialized with key).
ivInitialization vector (must match cipher's block size).

Throws

CryptoException if IV length doesn't match block size.