IAEADEngine.start

Initialize the underlying cipher.

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

Parameters

forEncryption
Type: bool

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

key
Type: ubyte[]

Secret key.

nonce
Type: ubyte[]

Number used only once.

Meta