XTEA.Decrypt

Decrypt given ubyte array (length to be crypted must be 8 ubyte aligned)

struct XTEA
alias Decrypt = Crypt!(DecryptBlock)

Meta