HIGHT.decrypt

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

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

Parameters

data ubyte[]

Reference to the input byte array to be decrypted.

key string

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

Meta