TEA.Decrypt

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

struct TEA
alias Decrypt = Crypt!(DecryptBlock)

Meta