dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
Rijndael.start
dcrypt
blockcipher
rijndael
Rijndael
struct
Rijndael
(uint blockBits)
void
start
nothrow @
nogc
(
bool
forEncryption
,
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.
Meta
Source
See Implementation
dcrypt
blockcipher
rijndael
Rijndael
functions
start