RC6.start

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

Parameters

forEncryption
Type: bool

false: decrypt, true: encrypt

userKey
Type: ubyte[]

Secret key.

iv
Type: ubyte[]

Not used.

Throws

Error if key has unsupported size.

Meta