TEA.decrypt

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

class TEA
alias decrypt = crypt!(decryptBlock)

Meta