dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
AES.start
dcrypt
crypto
engines
aes
AES
struct
AES
nothrow @
nogc
void
start
(
bool
forEncryption
,
in
ubyte
[]
userKey
,
in
ubyte
[]
iv
= null
)
Parameters
forEncryption
bool
false
: decrypt,
true
: encrypt
userKey
ubyte
[]
Secret key.
iv
ubyte
[]
Not used.
Meta
Source
See Implementation
dcrypt
crypto
engines
aes
AES
functions
processBlock
reset
start
manifest constants
blockSize
name