dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
Serpent.start
dcrypt
crypto
engines
serpent
Serpent
struct
Serpent
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
serpent
Serpent
functions
processBlock
reset
start
manifest constants
blockSize
name