IAEADEngine.start

Initialize the underlying cipher.

interface IAEADEngine
nothrow @nogc
void
start
(,
in ubyte[] key
,
in ubyte[] nonce
)

Parameters

forEncryption bool

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

key ubyte[]

Secret key.

nonce ubyte[]

Number used only once.

Meta