ChaCha20.decrypt

Decrypts the given byte array data.

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

Meta