Anura1024.encrypt

Encrypts the given data using Anura1024 algorithm.

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

Parameters

data ubyte[]

The data to be encrypted.

key string

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

Meta