dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
Serpent.start
dcrypt
blockcipher
serpent
Serpent
struct
Serpent
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
serpent
Serpent
functions
start