Anura1024.decrypt

Decrypts the given data using Anura1024 algorithm.

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

Parameters

data ubyte[]

The data to be decrypted.

key string

The decryption key, must be 1024 bits (128 bytes).

Meta