AEADCipherWrapper.start

initialize the underlying cipher. Parameter can either be an AEADParameters or a ParametersWithIV object.

class AEADCipherWrapper(T)
void
start
(,
in ubyte[] key
,
in ubyte[] iv
)

Parameters

forEncryption bool

true if we are setting up for encryption, false otherwise.

Meta