Tiny_AES.iv

Undocumented in source. Be warned that the author may not have intended to support it.
struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
static if(!(mode is Mode.ECB))
void
iv
(
ref const(ubyte[BLOCK_SIZE]) iv
)

Meta