Salsa20.salsaCore

Salsa20 function

struct Salsa20
final static pure nothrow @nogc
void
salsaCore
(
uint rounds
)
(
in uint[] input
,
uint[] x
)

Parameters

rounds

number of rounds (20 in default implementation)

input uint[]

input data

x uint[]

output buffer where keystream gets written to

Meta