encrypt

* Encrypts data using the key 0x00. Key parameter is ignored. * * Params: * data = The data array to be encrypted * key = Ignored. Should be empty * * Returns: An array of bytes containing the encrypted data

pure
ubyte[]
encrypt
(
const(ubyte)[] data
,
const(ubyte)[] key = []
)

Meta