ChaCha20.processBytes

struct ChaCha20
@safe nothrow @nogc
ubyte[]
processBytes
(
in ubyte[] input
,
ubyte[] output
)

Return Value

Type: ubyte[]

Slice pointing to processed data which might be smaller than output.

Meta