HIGHT.encrypt

Encrypts the given data using the HIGHT algorithm with the specified key.

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

Parameters

data ubyte[]

Reference to the input byte array to be encrypted.

key string

The key used for encryption. Must be 128 bits (16 bytes) long.

Meta