Anura256.decrypt

Decrypts the given data using Anura256 algorithm.

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

Parameters

data ubyte[]

The data to be decrypted.

key string

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

Meta