GCMCipher.start

initialize the underlying cipher..

class GCMCipher
nothrow @nogc
void
start
(,
in ubyte[] key
,
in ubyte[] iv
)

Parameters

forEncryption bool

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

key ubyte[]

Secret key.

iv ubyte[]

None.

Meta