Salsa20.encrypt

Encrypts the given byte array data.

class Salsa20
static
void
encrypt
(
ref ubyte[] data
,
string key
,
ubyte[8] nonce = (ubyte[8]).init
,
uint counter = 0
)

Meta