CFB.this
this
(Cipher cipher, const(ubyte)[] iv)Constructs a CFB mode cipher.
Parameters
cipher | The underlying block cipher (already initialized with key). |
iv | Initialization vector (must match cipher's block size). |
Throws
CryptoException if IV length doesn't match block size.