Encrypts the given byte array data.
This method encrypts the data using the Mira algorithm with the specified encryption key. and an optional seed value. The encryption is done in place.
Reference to the byte array to be encrypted.
The encryption key as a string. Must be either 256 or 512 bits.
An optional seed value used for encryption. Defaults to 0.
See Implementation
Encrypts the given byte array data.
This method encrypts the data using the Mira algorithm with the specified encryption key. and an optional seed value. The encryption is done in place.