BlockCipherWrapper.start

Initialize the cipher.

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

Parameters

forEncryption bool

if true the cipher is initialised for encryption, if false for decryption.

Throws

IllegalArgumentException if the params argument is inappropriate.

Meta