BlockCipherWrapper.start

Initialize the cipher.

class BlockCipherWrapper(T)
@safe
void
start
nothrow
(
,
in ubyte[] key
,
in ubyte[] iv = null
)

Throws

IllegalArgumentException if the params argument is inappropriate.

Meta