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