Salsa20.decrypt

Decrypts the given byte array data.

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

Meta