XTEA.encrypt

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

class XTEA
alias encrypt = crypt!(encryptBlock)

Meta