dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
StreamCipherWrapper.start
dcrypt
crypto
streamcipher
StreamCipherWrapper
class
StreamCipherWrapper
(T)
@
safe
void
start
(
bool
forEncryption
,
in
ubyte
[]
key
,
in
ubyte
[]
iv
= null
)
if
(
isStreamCipher
!
T
)
Parameters
forEncryption
bool
encrypt or decrypt
key
ubyte
[]
Secret key.
iv
ubyte
[]
Initialization vector.
Meta
Source
See Implementation
dcrypt
crypto
streamcipher
StreamCipherWrapper
functions
processBytes
reset
returnByte
start
properties
name