Encrypts the given byte array data using TEA algorithm.
Reference to the input byte array to be encrypted.
The encryption key. Must be 128 bits (16 characters).
See Implementation
Encrypts the given byte array data using TEA algorithm.