dcrypt ~master (2021-11-09T01:25:37.6069118)
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
bool
encrypt or decrypt
key
ubyte
[]
Secret key.
iv
ubyte
[]
Initialization vector.
Meta
Source
See Implementation
dcrypt
streamcipher
streamcipher
StreamCipherWrapper
functions
processBytes
start
properties
name