XTEA
A destructor is present on this object, but not explicitly documented in the source.
- decrypt
alias decrypt = crypt!(decryptBlock)
Decrypt given ubyte array (length to be crypted must be 8 ubyte aligned)
- encrypt
alias encrypt = crypt!(encryptBlock)
Encrypt given ubyte array (length to be crypted must be 8 ubyte aligned)