Anura256.encrypt

Encrypts the given data using Anura256 algorithm.

class Anura256
static pure
void
encrypt
(
ref ubyte[] data
,
string key
)

Parameters

data ubyte[]

The data to be encrypted.

key string

The encryption key, must be 256 bits (32 bytes).

Meta