AES.start

struct AES
nothrow @nogc
void
start
(,
in ubyte[] userKey
,
in ubyte[] iv = null
)

Parameters

forEncryption bool

false: decrypt, true: encrypt

userKey ubyte[]

Secret key.

iv ubyte[]

Not used.

Meta