dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
ChaCha.processBytes
dcrypt
streamcipher
chacha
ChaCha
struct
ChaCha
(uint rounds)
@
safe
nothrow @
nogc
ubyte
[]
processBytes
(
in
ubyte
[]
input
,
ubyte
[]
output
)
if
(
rounds
% 2 == 0
)
Return Value
Type:
ubyte
[]
Slice pointing to processed data which might be smaller than
output
.
Meta
Source
See Implementation
dcrypt
streamcipher
chacha
ChaCha
destructors
~this
functions
processByte
processBytes
start
manifest constants
name
static functions
permute