dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
StreamCipherWrapper.start
dcrypt
streamcipher
streamcipher
StreamCipherWrapper
class
StreamCipherWrapper
(T)
@
safe
void
start
(
bool
forEncryption
,
in
ubyte
[]
key
,
in
ubyte
[]
iv
= null
)
if
(
isStreamCipher
!
T
)
Parameters
forEncryption
Type:
bool
encrypt or decrypt
key
Type:
ubyte
[]
Secret key.
iv
Type:
ubyte
[]
Initialization vector.
Meta
Source
See Implementation
dcrypt
streamcipher
streamcipher
StreamCipherWrapper
functions
processBytes
start
properties
name