PaddedBufferedBlockCipher.start

Undocumented in source. Be warned that the author may not have intended to support it.
struct PaddedBufferedBlockCipher(C, Padding, bool permitPartialBlock = false)
nothrow @nogc
void
start
(,
in ubyte[] key
,
in ubyte[] iv = null
)
if (
isBlockCipher!C &&
)

Meta