CTR.start

struct CTR(Cipher)
void
start
(,
in ubyte[] userKey
,
in ubyte[] iv
)
if ()

Parameters

forEncryption bool

Does not matter for CTR because encryption and decryption is the same in this mode.

userKey ubyte[]

secret key

iv ubyte[]

initialisation vector

Meta