Salsa20.processBytes

encrypt or decrypt input bytes but no more than 2^70!

struct Salsa20
void
processBytes
(
in ubyte[] input
,
ubyte[] output
)

Parameters

input ubyte[]

input bytes

output ubyte[]

buffer for output bytes. length must match input length.

Throws

MaxBytesExceededException = if limit of 2^70 bytes is exceeded

Meta