ChaCha20.encrypt

Encrypts the given byte array data.

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

Meta